大约有 9,000 项符合查询结果(耗时:0.0116秒) [XML]

https://bbs.tsingfun.com/thread-246-1-1.html 

Win7禁用休眠 减少C盘容量占用 - 脚本技术 - 清泛IT社区,为创新赋能!

...,需要重启计算机方可生效。 傻瓜式终极解决方案:使用CCleaner工具进行清理。http://www.tsingfun.com/html/201 ... 5343_pro_green.html
https://bbs.tsingfun.com/thread-778-1-1.html 

vc/mfc *通配符 批量删除文件 - c++1y / stl - 清泛IT社区,为创新赋能!

直接上代码,可直接运行亲测有效,使用SHFileOperation函数: #include "stdafx.h" #include <windows.h> int _tmain(int argc, _TCHAR* argv[]) {         LPTSTR delFileName = L"c:/test/test*.txt";        ...
https://bbs.tsingfun.com/thread-618-1-1.html 

C#泛型(List)中基类和子类 怎么转换? - .NET(C#) - 清泛IT论坛,有思想、有深度

...,只能子类转基类,反之报错: 方法三: 函数参数使用泛型 public string Foo<T>(List<T> list) where T : BaseClass { ... } Foo(childList); 方法四: Foo(IEnumerable<BaseClass> baseList); Foo(childList);
https://bbs.tsingfun.com/thread-641-1-1.html 

MySQL ('root'@'%') does not exist 的问题 - 爬虫/数据库 - 清泛IT社区,为创新赋能!

MySQL ('root'@'%') does not exist的问题: 在使用mysql时出现问题: The user specified as a definer ('root'@'%') does not exist。 一般是由于root用户对全局host无访问权限。因此只要给root用户添加一个访问权限即可。 解决办法: 登陆mysql ,...
https://bbs.tsingfun.com/thread-945-1-1.html 

推荐一款美工常用字体,JD字体 - 建站技术 - 清泛IT论坛,有思想、有深度

效果: 示例字体: 类似京东字体效果,喜欢的饭友请下载使用
https://bbs.tsingfun.com/thread-759-1-1.html 

解决TortoiseSVN出错:svn there has been a problem contacting the serve...

TortoiseSVN出错:svn there has been a problem contacting the server 在使用TortoiseSVN,查看某个文件的历史时(view log),出现上述错误。 解决方法: [代码仓库目录]/conf/svnserve.conf anon-access = none OK,无需重启即刻生效。
https://bbs.tsingfun.com/thread-742-1-1.html 

快速删除代码中残留的行号、多余字符 - 其他 - 清泛IT社区,为创新赋能!

...删除,但又不想那么麻烦。 这里介绍一种便捷的方法,使用Notepad++的宏功能,步骤如下: 1、先点击宏录制: 2、输入单次操作的步骤,即:del键按3次(这里假定每行前面多3个字符),下方向键按一次。 3、停止录制: 4...
https://bbs.tsingfun.com/thread-908-1-1.html 

.NET 混淆工具Xenocode Postbuild - .NET(C#) - 清泛IT论坛,有思想、有深度

...ode Postbuild: 《Xenocode Postbuild 2010 for .NET 混淆工具的详细使用步骤》
https://bbs.tsingfun.com/thread-639-1-1.html 

无法将类型“System.Collections.Generic.List<xxxx.Test>”隐式转换...

...客户端配置指定参数类型,不过还是建议不要修改配置,使用默认的Array型数据(这样省资源),具体《WCF 接口List类型变成了Array型?》一文有详细的介绍。
https://bbs.tsingfun.com/thread-540-1-1.html 

PHP学习必看的一些书 - PHP - 清泛IT论坛,有思想、有深度

...库可以看看《精通正则表达式(第3版)》 –深入了解和使用正则 注:大家可以在以上书籍中,根据自己的阶段选择适合自己的图书。作者:王顗 源自:http://itnote.xyz/posts/PHP_start_books.html