2018年6月21日
正文内容加载中...
posted @ 2018-06-21 11:56 SunWentao 阅读(828) 评论(0) 推荐(0) 编辑
  2018年6月20日
摘要: 版本 .NET Framework版本 Visual Studio版本 发布日期 特性 C# 1.0 .NET Framework 1.0 Visual Studio .NET 2002 2002.1 委托 事件 C# 1.1 .NET Framework 1.1 Visual Studio .NE 阅读全文
posted @ 2018-06-20 17:36 SunWentao 阅读(529) 评论(0) 推荐(0) 编辑
摘要: 十多年前,大学刚毕业,在Autodesk上海做c++开发工程师。 十一年后,已经人到中年,还在努力中。↖(^ω^)↗ 努力,奋斗~ 阅读全文
posted @ 2018-06-20 17:33 SunWentao 阅读(390) 评论(0) 推荐(0) 编辑
  2014年8月7日
摘要: 在配置|忽略列表 下可以添加或删除需要隐藏的文件夹通配符。 阅读全文
posted @ 2014-08-07 11:27 SunWentao 阅读(1276) 评论(0) 推荐(0) 编辑
  2013年5月8日
摘要: 网上大多数方法在不具备用户权限获取的情况下都不能工作。国外有人通过很简单的命令行就实现了:Here’s how to remove Cygwin once and for all.You will needCygwin cmd.exe 2 minutesRun cmd, navigate to C:\ (or other disk, if you have installed it in different path).This command takes ownership recursive of the folder, without asking anything:takeown /r 阅读全文
posted @ 2013-05-08 16:30 SunWentao 阅读(434) 评论(0) 推荐(0) 编辑
  2013年4月12日
摘要: c++ 11 practise -1-2013-04-12 11:09AM#include <iostream>#include <array>#include <forward_list>#include <string>#include <unordered_set>using namespace std;int main(){ array<int, 3> arr; get<0>(arr) = 1; get<1>(arr) = 2; get<2>(arr) = 3; cout < 阅读全文
posted @ 2013-04-12 11:08 SunWentao 阅读(257) 评论(0) 推荐(0) 编辑
  2013年4月3日
摘要: 在word中实现代码的语法高亮 zzfrom: http://blog.163.com/rongting_chen/blog/static/16490684420113247107144/使用一款免费软件——notepad++即可实现将关键字高亮的代码粘贴到word中。首先用notepad++打开源代码文件。notepad++能识别C/C++、Java、matlab等多种语言的源代码。选中要粘贴的代码(如果该代 码文件中的所有内容均需要粘贴,则无需选中文字)。然后在选择 插件->NppExport->Copy HTML to clipboard,如下图所示然后在word中粘贴即可。 阅读全文
posted @ 2013-04-03 10:48 SunWentao 阅读(3621) 评论(0) 推荐(0) 编辑
  2013年3月7日
摘要: 最好用最方便的sqlite管理工具sqlite管理工具多如牛毛,从简便性、易用性、可获得性方面考虑,http://sqliteadmin.orbmu2k.de/ 是我目前看到的最好的版本。有时sqliteadmin对sqlite3的支持不好,可以使用:SQLite Expert Personal from http://www.sqliteexpert.com/download.html 阅读全文
posted @ 2013-03-07 17:32 SunWentao 阅读(476) 评论(0) 推荐(0) 编辑
  2013年2月21日
摘要: 日本小孩的教育 zz 阅读全文
posted @ 2013-02-21 11:52 SunWentao 阅读(246) 评论(0) 推荐(0) 编辑
  2013年2月19日
摘要: 阅读全文
posted @ 2013-02-19 10:26 SunWentao 阅读(412) 评论(0) 推荐(0) 编辑