Today’s post was written by Seth Patton, senior director of product management for the SharePoint team.In February, we shared our vision on the evolut...
分类:
其他好文 时间:
2015-04-27 00:11:01
阅读次数:
163
1. Application StateIn asp.net platform, application state is the place to store data is common to all components in the application and is shared bet...
分类:
其他好文 时间:
2015-04-26 22:29:40
阅读次数:
187
进行自体调节如图:单击“Window”——"Preferences" 在对话框中输入font 编辑第一个程序建立简单程序 首先建立项目名称(格式如“HolleWord”) 建立包名(格式如“com.gar,wangmeng”) 建立类文件包名(格式如“Tes...
分类:
系统相关 时间:
2015-04-26 22:21:50
阅读次数:
183
------------------------------------Tomcat&MyEclipse的整合-------------------
运行Eclipse程序文件,打开Eclipse工作界面。
选择菜单栏中的window——preferences。
...
分类:
编程语言 时间:
2015-04-26 15:18:51
阅读次数:
152
效果如图:参见 EasyUI 官方 Demo 及文档@{ ViewBag.Title = "Index"; Layout = "~/Views/Shared/_Layout.cshtml";} Url ...
分类:
Web程序 时间:
2015-04-26 12:17:12
阅读次数:
191
在构建稳健的并发程序时,必须正确地使用线程和锁。但这些终归只是一些机制。要编写线程安全的代码,其核心在于要对状态访问操作进行管理,特别是对共享的(Shared)和可变的(Mutable)状态的访问。 从非正式的意...
分类:
编程语言 时间:
2015-04-26 00:05:22
阅读次数:
187
1:首先在window 中 打开首选项(preferences) 找到如下java -- 已安装的JRE2:双击它 3:找到这里:4:点击源代码附件5:找到jdk安装包下的src.zip文件6:一路点击完成就可以了
分类:
系统相关 时间:
2015-04-25 21:08:37
阅读次数:
183
//.h文件#define SingletonH(name) \+(instancetype) shared##name ;//.m文件#define SingletonM(name) \static id instance##name; \+(instancetype) shared##name ...
分类:
其他好文 时间:
2015-04-25 13:40:04
阅读次数:
116
windows->preferences->Java->Installed JRES->edit->Default VM Arguments添加-Xms256m -Xmx512m
分类:
编程语言 时间:
2015-04-25 13:28:54
阅读次数:
142
最近在学习Boost的智能指针,下面对一些很好的文章进行整理如下:Boost智能指针——scoped_ptrhttp://www.cnblogs.com/TianFang/archive/2008/09/15/1291050.htmlBoost智能指针——shared_ptrhttp://www.c...
分类:
其他好文 时间:
2015-04-25 13:23:54
阅读次数:
125