By:wangyz这么多天了,居然还没有大神来Linux版,那Linux版的一血我拿了先说说个人认为比较好用的一些发行版Ubuntu:除了界面比较丑,崩的比较多之外,基本上也没什么大的缺点了,不过该有的都有了,适合懒人CentOS:极力推荐的,稳定,生产环境第一选择Arch:GEEK专用,安装没有向...
分类:
其他好文 时间:
2014-04-30 03:37:28
阅读次数:
889
前些日子为了更新Ubuntu到14.04这个LTS版本,连带着把Windows也重新安装了一遍。懒得再安装虚拟机了,尝试一下在Ubuntu14.04这个64位系统里做操作系统实验咯。1.安装交叉编译器第一个要解决的问题就是交叉编译器,材料里提供的是x86平台上的交叉编译器。按道理来说64位系统应该是...
分类:
其他好文 时间:
2014-04-30 02:45:11
阅读次数:
529
出现该问题是由于电脑上安装的silverlight不是silverlight
developer。一般来说安装完VS之后是不会出现该问题。但是一旦更改了silverlight中web
service中TestPage的minRuntimeVersion版本,因为默认生成的版本号是silverligh...
分类:
Web程序 时间:
2014-04-30 02:43:06
阅读次数:
568
通过程序获取android系统手机的铃声和音量。同样,设置铃声和音量的方法也很简单!AudioManager am = (AudioManager)
getSystemService(Context.AUDIO_SERVICE);//通话音量 int max = am.getStreamMaxVol...
分类:
移动开发 时间:
2014-04-30 02:26:46
阅读次数:
586
1、下载VirtualBox软件包和USB支持包
下载网址均为为:https://www.virtualbox.org/wiki/Downloads VirtualBox软件包下载项: VirtualBox
4.3.10 for Linux hosts USB支持包下载项: Virtual...
分类:
其他好文 时间:
2014-04-30 01:41:30
阅读次数:
466
package com.szy.service;import
android.app.Service;import android.content.Intent;import
android.os.IBinder;import android.util.Log;public class Exampl...
分类:
其他好文 时间:
2014-04-30 00:10:08
阅读次数:
510
Ubuntu默认是安装好了tcpdump工具的,如果没有安装的话使用sudo apt-get
install tcpdump即可安装。 (如果遇到tcpdump: no suitable device
found的问题,检查一下是不是在用root权限运行tcpdump,tcpdump只能在root权...
分类:
其他好文 时间:
2014-04-29 20:18:22
阅读次数:
620
After having installed Ubuntu OS, you should
update config file for root account. The commands are listed as follow:vi
/etc/lightdm/lightdm.conf #open...
分类:
其他好文 时间:
2014-04-29 19:21:56
阅读次数:
555
package com.szy.service;import
android.app.IntentService;import android.content.Intent;import
android.util.Log;public class ExampleIntentService exten...
分类:
其他好文 时间:
2014-04-29 18:02:50
阅读次数:
432
整理一下最近面试被问到的主要题目。由于本人主要是做WEB及WEB
SERVICE这块,使用的语言主要是C#,数据库主要用到的也是MSSQL。所以就分成这些块来整理(有些是在面试之后才意识到回答不对),也包括部分别人被问及的。一、HTML、CSSposition有哪几种值,各是怎么使用的?一个左右部局...
分类:
数据库 时间:
2014-04-29 16:03:38
阅读次数:
566