码迷,mamicode.com
首页 >  
搜索关键字:from file system    ( 153319个结果
[SIP01]SIP Header Fields里面各字段用途
INVITE Via: Max-Forwards: To: From: Call-ID: CSeq: Contact: Content-Type: Content-Length:
分类:其他好文   时间:2014-05-04 12:34:06    阅读次数:292
穿越火线修改成宽屏模式
方法1 .1在开始运行输入regedit打开注册表 2.定位到HKEY_LOCAL_MACHINE------SYSTEM------ControlSet001-------Control------- GraphicsDrivers-------Configuration ...
分类:其他好文   时间:2014-05-04 11:50:46    阅读次数:246
MyLinuxStudy
1、echo 3 > /proc/sys/vm/drop_caches -------清理缓存2、free -------查看内存情况3、exit -------退出4、cd / -------到根目录5、cd ~ -------到本...
分类:系统相关   时间:2014-05-04 11:41:55    阅读次数:379
win8删除无线网络其中的一项配置
netsh wlan delete profile name="无线名称"
分类:Windows程序   时间:2014-05-04 11:35:14    阅读次数:310
Json帮助类以及如何使用
首先要添加引用System.Runtime.Serialization.public class JSONHelper{ public static string Serialize(T obj) { System.Runtime.Serialization.Json.Da...
分类:Web程序   时间:2014-05-04 11:27:29    阅读次数:382
报错: java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
描述:使用Hibernate登陆验证时故意输入没有的用户名,所产生的错误。错误代码:/* * 根据客户的用户名查找客户信息 */ @Override public User getUserByUserName(String userName) { String hql="from User ...
分类:编程语言   时间:2014-05-04 10:57:50    阅读次数:372
pat 1038 Smallest Number解题心得
题目描述:1038. Recover the Smallest Number (30)Given a collection of number segments, you are supposed to recover the smallest number from them. For examp...
分类:其他好文   时间:2014-05-04 10:49:34    阅读次数:308
常用诊断工具如Perf、SystemTap 等
常用诊断工具如Perf、SystemTap 等
分类:其他好文   时间:2014-05-04 10:48:10    阅读次数:215
Reactor Pattern and Non-blocking IO--reference
reference from:http://www.cs.bgu.ac.il/~spl051/Personal_material/Practical_sessions/Ps_12/ps12.htmlJava server class with multiple client connections:...
分类:其他好文   时间:2014-05-04 10:15:23    阅读次数:355
java中子类继承
[root@server254java]#vimOstrich.java//注意文件名必须是这个,因为下面代码中只有Ostrich是public修饰符。我们要明白public的含义classBird { publicvoidFly() { System.out.println("IambirdIcanfly"); } } publicclassOstrichextendsBird { publicvoidFly() { System.out.p..
分类:编程语言   时间:2014-05-03 20:47:18    阅读次数:366
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!