摘要: http://livepipe.net/control#http://demo.dwzjs.com/# 阅读全文
posted @ 2010-07-08 16:24 kelin1314 阅读(121) 评论(0) 推荐(0) 编辑
摘要: 删除A---0 修改A---1 添加A---2 删除B---3 修改B---4 添加B---5 ……   理论上可以有N个操作,这取决于你用于储存用户权限值的数据类型了。   这样,如果用户有权限:添加A---2;删除B---3;修改B---4。那用户的权限值 purview =2^2+2^3+2^4=28,也就是2的权的和了。化成二进制可以表示为11100。这样,如果要验... 阅读全文
posted @ 2010-06-23 11:02 kelin1314 阅读(298) 评论(0) 推荐(0) 编辑
摘要: 1. Eclipse-->Export jar(java archive)2. One-jarhttp://one-jar.sourceforge.net/index.php?page=downloads&file=downloads3. fatjar(Eclipse插件)http://sourceforge.net/projects/fjep/files/local:/Files/kelin1314/net.sf.fjep.fatjar_0.0.31.zip4. Ant可打包成可执行文件 阅读全文
posted @ 2010-06-06 12:22 kelin1314 阅读(139) 评论(0) 推荐(0) 编辑
摘要: static { /* ensure that the necessary native libraries are loaded */NativeLibLoader.loadLibraries(); if (!GraphicsEnvironment.isHeadless()) { initIDs(); } } 阅读全文
posted @ 2010-06-03 00:15 kelin1314 阅读(212) 评论(0) 推荐(0) 编辑
摘要: 计算机启动时按“Delete”键进入BIOS界面。在BIOS设置主界面中选择“Power Management Setup”菜单,进入电源管理窗口。默认情况下,“Resume By Alarm)选项是关闭的,也就是disable的,将光标移到该项,用PageUp或PageDown翻页键或按enter键,选择Enabled,将“Disabled”改为“Enabled”,再在”Date (of Month) Alarm”和“Time (hh:mm:ss) Alarm”中设定开机的日期和时间。 注意如果你把“Date”设为0,则默认为每天定时开机。设置好后按“F10“保存设置就可以了,机器会重新启. 阅读全文
posted @ 2010-05-30 08:40 kelin1314 阅读(373) 评论(0) 推荐(1) 编辑
摘要: http://www.allenware.com/icsw/icswidx.htm(reference)http://tldp.org/LDP/abs/html/dosbatch.html(contrast in unix shell)1. DOS命令FOR /F 字符处理功能FOR /F ["options"] %variable IN (file-set) DO command [command-parameters]FOR /F ["options"] %variable IN ("string") DO command [co 阅读全文
posted @ 2010-05-30 08:00 kelin1314 阅读(727) 评论(1) 推荐(1) 编辑
摘要: Using this kind of distribution, you can boot your PC from the CD and run linux distribution without having to install anything on your hard driver! 阅读全文
posted @ 2010-05-29 21:11 kelin1314 阅读(257) 评论(0) 推荐(0) 编辑
摘要: site: http://x.cygwin.com/download and installingusage:command: startxwin 阅读全文
posted @ 2010-05-29 00:38 kelin1314 阅读(295) 评论(0) 推荐(1) 编辑
摘要: empty 阅读全文
posted @ 2010-05-28 23:07 kelin1314 阅读(290) 评论(0) 推荐(1) 编辑
该文被密码保护。 阅读全文
posted @ 2010-05-28 23:02 kelin1314 阅读(4) 评论(0) 推荐(1) 编辑