#region Base64编码解码 /// /// Base64加密 /// /// 加密采用的编码方式 /// 待加密的明文 /// public static string EncodeBase64(Encoding encode, string source) ...
分类:
其他好文 时间:
2014-12-15 16:54:31
阅读次数:
166
点击开始——Control Pannel——Clock, Langage, and Region——Region and Language。然后把弹出框里边的所有English(united states)改成Chinese(Simplfied,PRC),然后重启电脑,就好了。注意!要把弹出框里边的...
分类:
其他好文 时间:
2014-12-15 16:50:23
阅读次数:
155
在项目上右键->Properties-> configuration Properties->Enable Incremental Linking(设置为No).ref: Linker Tools Error LNK1123
分类:
其他好文 时间:
2014-12-15 10:19:54
阅读次数:
114
相关文章: 《exp导出出现:ORA-00904: : invalid identifier》:http://blog.itpub.net/23135684/viewspace-1336722/ exp导出老是出现ORA-00904: "POLTYP": invalid identifier可能有....
分类:
其他好文 时间:
2014-12-15 01:23:30
阅读次数:
652
这一块总结程序的核心部分,局域网内的聊天,这部分我没有使用固定的服务器,而是通过UDP确定聊天的对象,然后双方通过TCP进行聊天,点对点式的聊天。首先分析一段TCP的服务器和客户端的代码,基本这个代码看懂了就差不多服务器部分#region 通信协议说明 // CONNECT|客户端名称 ...
为了提供规模化、分布式部署、资源优化利用和兼容 AWS 的功能,openstack 引入了 Region,Cell,Availability Zone(AZ) 和 Host Aggregates Zone(HAZ) 四个概念,其中 Region 和 AZ 是从公有云大哥 AWS 引入,Cell 是为了扩充一个 Region 下的集群的规模而引入的,Host Aggregates
是优化资源调度...
分类:
其他好文 时间:
2014-12-14 15:54:52
阅读次数:
370
Atitit.ide代码块折叠插件 eclipse
1. User Defined Regions #region ... #endregion 插件com.cb.eclipse.folding 1
2. If else for 折叠插件 1
3. 在eclipse 中开启设置代码折叠功能 Ctrl+Shift+Numpad_Divede(小键盘的/号)
2
4. 2
...
分类:
系统相关 时间:
2014-12-14 12:02:31
阅读次数:
288
161.Mybatis的Dao找不到xml中的映射配置,可能的一个原因是:xml配置中的namespace不对。org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.p2p.user.dal.dao.MemberPointDao.selectForUpdateByUserId这个地方...
分类:
其他好文 时间:
2014-12-13 15:14:26
阅读次数:
265
public void DoAddMark(object ParameterInfo) { #region 拆分参数 List listParameter = (List)ParameterInfo; ConnPar...
分类:
其他好文 时间:
2014-12-13 12:07:34
阅读次数:
281
最近,在看Pro JSP2这本书,37页的Listing 1-9是一个简单的例子。但是把所有的代码都打完了,但奇怪的错误出现了。The value for the useBean com.apress.projsp.DateFormatBeanattribute is invalid。在网页找了很久...
分类:
其他好文 时间:
2014-12-13 06:15:38
阅读次数:
147