会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
每天都不一样
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
12
13
14
15
16
17
18
19
20
···
23
下一页
2015年11月2日
vs 编译错误 The name 'InitializeComponent' does not exist in the current context in WPF application
摘要: 1:文件命名空间的问题xaml文件和model.cs文件的命名空间2:csproj那么它究竟是给谁用的呢?那是给开发工具用的,例如我们在熟悉不过的Visual Studio,以及大家可以没有接触过,但是应该都听说过的MSBuild.exe。Visual Studio会根据csproj里的XML定义来...
阅读全文
posted @ 2015-11-02 13:19 sunshinelym
阅读(1676)
评论(0)
推荐(0)
2015年10月24日
C++编译错误 2001 1120
摘要: 无法解析的外部符号“symbol”代码引用了链接器无法在库和对象文件中找到的内容(如函数、变量或标签)。该错误信息之后为错误 LNK1120。可能的原因 :在将托管库或 Web 服务项目从 Visual C++ 2003 升级到 Visual C++ 2005 时,/Zl 编译器选项将添加到“命令行...
阅读全文
posted @ 2015-10-24 23:56 sunshinelym
阅读(961)
评论(0)
推荐(0)
2015年10月21日
连接
摘要: http://www.cnblogs.com/weiguangyi/p/4899001.html神器软件http://www.zhihu.com/question/36546814#answer-22815581
阅读全文
posted @ 2015-10-21 22:53 sunshinelym
阅读(116)
评论(0)
推荐(0)
2015年10月19日
笔记 10.19
摘要: 1:C#的引用类型内存位置类,接口,委托,数组,字符串2016科技趋势https://jaxenter.com/the-top-ten-technology-trends-for-2016-121369.htmlhttp://www.csdn.net/article/2015-10-12/28258...
阅读全文
posted @ 2015-10-19 17:37 sunshinelym
阅读(119)
评论(0)
推荐(0)
2015年10月18日
笔记 10.18
摘要: 1:集合2:异常处理3:索引器(相当于可以利用数组的形式进行set get访问一组数据)
阅读全文
posted @ 2015-10-18 23:13 sunshinelym
阅读(134)
评论(0)
推荐(0)
2015年10月14日
VS中 build,rebuild,clean
摘要: 一般来说Rebuild=99%*(Clean+Build),效果在非常小的可能性下会不同,一般可以忽略。Rebuild是对Solution下的所有项目,逐个进行 Clean+Build。不论文件更改与否Clean+Build是对选中的项目(如果选中Solution的话,全部Clean之后,再全部Bu...
阅读全文
posted @ 2015-10-14 11:35 sunshinelym
阅读(1166)
评论(0)
推荐(0)
2015年10月13日
C#文件操作与编程
摘要: 一:驱动器System.IO软盘,优盘,光盘,硬盘DriveInfo/DriveTypeDriveInfo:确定有关驱动器的信息:盘符,类型,可用空间DriveType:确定DriveInfo类实例的驱动器类型二:目录Directory:静态类DirectoryInfo;需实例(@"c:\dddd"...
阅读全文
posted @ 2015-10-13 22:01 sunshinelym
阅读(364)
评论(0)
推荐(0)
C# 中字符串转换成日期
摘要: 我们在处理字符串日期格式常用DateTime.Pares() 但是这个形式的转换是相当有限的,有些C#是会不懂你写入的日期格式的如20031231。那么类似 "20100101" 或者其它形式的字符串如何转换成日期型呢?一、拼接字符串的形式DateTime dt=Convert.ToDateTime...
阅读全文
posted @ 2015-10-13 17:58 sunshinelym
阅读(88010)
评论(0)
推荐(2)
C#数据类型与数据库字段类型对应
摘要: 数据库C#程序intint32textstringbigintint64binarySystem.Byte[]bitBooleancharstringdatetimeSystem.DateTimedecimalSystem.DecimalfloatSystem.DoubleimageSystem.B...
阅读全文
posted @ 2015-10-13 17:50 sunshinelym
阅读(2847)
评论(0)
推荐(1)
C# 知识点随手学习网站推荐
摘要: http://www.studyofnet.com/news/list-8881.2-1-1.html
阅读全文
posted @ 2015-10-13 17:45 sunshinelym
阅读(170)
评论(0)
推荐(0)
上一页
1
···
12
13
14
15
16
17
18
19
20
···
23
下一页
公告