摘要:
代码: 例子: sql_UpdateAccess = “Andrew;Lin;Leo;” 结果: Andrew;Lin;Leo 阅读全文
摘要:
例如: This will replace the class myServlet.class inside the myJarFile.jar with a new one located in com\vsoft\servlet\myServlet.class 阅读全文
摘要:
计算最大公倍数 阅读全文
摘要:
通过位运算,打印出n的全部组合 阅读全文
摘要:
1. 获取目录: 2. 清屏: cls 阅读全文
摘要:
在cmd命令提示符界面输入: 阅读全文
摘要:
环境:Windows 2012 R2 + IIS 8.0 + .NET 4.5 错误404.3 - Not Found: 控制面板->程序->启用或关闭Windows功能,如下图所示,将需要的WCF服务勾选上就好了。 错误500.19 - Internal Server Error 错误代码:0x8 阅读全文
摘要:
1. 切换用户: su 在不退出登陆的情况下,切换到另外一个人的身份 2. 查看当前目录所有文件: 3. 进入文件夹: 4. 断开连接: 5. 查看命令信息: man 对你熟悉或不熟悉的命令提供帮助解释 6. 查看系统日期时间: 7. 拷贝文件: 8. 移动文件: mv 移走目录或者改文件名 9. 阅读全文