This is guide, howto Install Sun/Oracle Java
JDK and JRE 7 update 55 (7u55) on Fedora 20/19/18/17/16/15/14/13/12, CentOS
6.5/6.4/6.3/6.2/6.1/6/5.10, R...
分类:
数据库 时间:
2014-04-30 21:11:29
阅读次数:
887
./当前目录/网站主目录../上层目录~/网站虚拟目录如果当前的网站目录为E:\wwwroot应用程序虚拟目录为E:\wwwroot\company浏览的页面路径为E:\wwwroot\company\news\show.asp在show.asp页面中使用Server.MapPath("./")返回...
分类:
移动开发 时间:
2014-04-30 19:34:51
阅读次数:
400
安装GPM-1.20.7,make
install出错:prog/display-buttons.c:39:57: 致命错误:gpm.h:没有那个文件或目录 #include /* gpm
information */ ...
分类:
其他好文 时间:
2014-04-30 19:17:10
阅读次数:
497
这是最完整的安装方法:ibu是一个框架,可以支持多种输入法,像是pinyin,五笔等。1,安装ibus框架终端输入以下命令:sudo apt-get
install ibus ibus-clutter ibus-gtk ibus-gtk3 ibus-qt42,启用Ibus框架终端输入以下命令:im-...
分类:
其他好文 时间:
2014-04-30 18:54:04
阅读次数:
431
1 public String SentenceGerneration(String
pattern, ArrayList candSlotList, ArrayList argList){2 ArrayList candSentenceList
= new ArrayList();3 ...
分类:
其他好文 时间:
2014-04-30 18:48:43
阅读次数:
433
失败提示:reating a new initrd boot image for the
kernel. update-initramfs: Generating /boot/initrd.img-3.11.0-12-generic
vmware-tools-thinprint initctl: J...
分类:
其他好文 时间:
2014-04-29 11:46:47
阅读次数:
684
状况:suntus@suntus-virtual-machine:~$ sudo
apt-get install openssl-servicesudo: /etc/sudoers is mode 0777, should be
0440sudo: no valid sudoers sources ...
分类:
其他好文 时间:
2014-04-29 11:42:47
阅读次数:
552
1.在ORACLE里默认只有三个系统用户,ORACLE是通过用户登入。
SYS用户:超级管理员,权限最高,它的角色是DBA。默认密码是change_on_install。具有创建数据库的权限
SYSTEM用户:系统管理员,权限很高,它的角色是DBA operator,默认密码manager。不具有....
分类:
数据库 时间:
2014-04-29 11:38:45
阅读次数:
516
String field;@Testpublic void test01() { String a =
"aaa"; String b = "aaa"; String c = new String("aaa"); String d = new
String("aaa"); System.out.pr...
分类:
编程语言 时间:
2014-04-29 11:28:46
阅读次数:
391
最近使用CocoaPods来添加第三方类库,无论是执行pod install还是pod
update都卡在了Analyzing
dependencies不动了,令人甚是DT。查了好多的资料,原因在于当执行以上两个命令的时候会升级CocoaPods的spec仓库,加一个参数可以省略这一步,然后速度就会...
分类:
其他好文 时间:
2014-04-29 11:17:46
阅读次数:
320