分区的过程正常:[root@db1 /]#fdisk -lDisk /dev/sda:
21.4 GB, 21474836480 bytes255 heads, 63 sectors/track, 2610 cylindersUnits =
cylinders of 16065 * 512 = 82...
分类:
系统相关 时间:
2014-05-19 23:51:01
阅读次数:
644
1,cd
到2dx根目录,MAC平台使用./create-multi-platform-projects.py 然后提示:-bash:
./create-multi-platform-projects.py: /usr/bin/evn: bad interpreter: No such file
o...
分类:
其他好文 时间:
2014-05-19 23:33:31
阅读次数:
468
Python load json file with UTF-8 BOM header -
Stack Overflow 12 down voteacceptedYou can open with codecs:import jsonimport
codecsjson.load(codecs.ope...
分类:
编程语言 时间:
2014-05-19 23:02:20
阅读次数:
507
ssize_t generic_file_read(struct file * filp, char
* buf, size_t count,loff_t*ppos)这是一个文件读函数我们很容易看出输入参数中filp 是文件buf
是文件要读到什么地方去,用户bufcount是要读多少东西那么ppo...
分类:
其他好文 时间:
2014-05-19 22:29:53
阅读次数:
640
第一步:建立所有页面的基类PageBase.csusing System;using
System.Data;using System.Configuration;using System.Web;using
System.Web.Security;using System.Web.UI;using...
分类:
其他好文 时间:
2014-05-19 22:20:12
阅读次数:
368
这是一个编译错误,在ADT的编译器和SDK的工具有差异或是版本不一致时常会出现的一个问题,解决的方案如下:第一步:
updated eclipse (Help->Check for
updates)第二步:升级SDK的Tools和platform-tools第二步:在Eclipse->Project...
分类:
其他好文 时间:
2014-05-19 22:13:11
阅读次数:
464
using System;using System.Collections.Generic;using
System.Linq;using System.Text;namespace 继承{ class Program { static void
Main(string[]...
分类:
其他好文 时间:
2014-05-19 21:40:41
阅读次数:
347
项目目录--src--testTable--image--active.gif||_Task.class方法1:通过项目目录访问。Stringa=System.getProperty("user.dir");//得到项目目录StringactiveString=a+"\\src\\testTable...
分类:
编程语言 时间:
2014-05-19 21:38:35
阅读次数:
508
Download php code sniffer addon via Package Control
in ST3.Download The php-cs-fixer File From This Website => cs.sensiolabs.org/
(Direct Link => cs.s...
分类:
Web程序 时间:
2014-05-19 20:51:52
阅读次数:
529
Socket 编程时,单机最多可以建立多少个 TCP 连接,受到操作系统的影响。Windows
下单机的TCP连接数受多个参数影响:最大TCP连接数[HKEY_LOCAL_MACHINE \System \CurrentControlSet
\Services \Tcpip \Parameters]...