题目传送门 1 /* 2 题意:比较型号的大小 3 模拟:坑点在长度可能为5,此时设为'A' 4 */ 5 #include 6 #include 7 #include 8 #include 9 #include 10 #include 11 #include 12 #inc...
分类:
移动开发 时间:
2015-05-19 18:20:18
阅读次数:
129
C++03 3.9-10:1Arithmetic types (3.9.1), enumeration types, pointer types, and pointer to member types (3.9.2), and cv-qualified versions of these type...
分类:
其他好文 时间:
2015-05-18 20:09:08
阅读次数:
149
其实很简单,但是中文搜索的内容比较啰嗦,七嘴八舌,不是官方。
下面是官方的检查办法:
https://msdn.microsoft.com/en-us/library/hh925568(v=vs.110).aspx#net_b
--
To find .NET Framework versions by viewing the registry (.NET Framework 1-4...
分类:
Web程序 时间:
2015-05-14 18:43:56
阅读次数:
222
2015-5-12
Android can only be built by versions 3.81 and 3.82
下载地址ftp://ftp.gnu.org/gnu/make/
make3.8.2的安装步骤:
tar -zxvf make3.8.2.tar.gz
在make-3.8.2目录下
./configure
make
mak...
分类:
移动开发 时间:
2015-05-12 21:09:47
阅读次数:
347
如今,尤其是在中国,双卡双待已经成为智能手机的事实上的标准。大势所趋,为此,Android从Android 5.1开始,从Android SDK API层面开始支持双卡双待或1个以上的SIM卡。Android官方的文档阐释链接:
https://developer.android.com/about/versions/android-5.1.html#multisim...
分类:
移动开发 时间:
2015-05-12 11:34:54
阅读次数:
283
Thankfully, Sjoerd Visscher created the "HTML5 Enabling JavaScript", "the shiv": The code above is a comment, but versions previous to IE9 will read i...
分类:
Web程序 时间:
2015-05-11 14:14:42
阅读次数:
156
1、yum groupinstall chinese-support2、重新启动,问题解决解决版本库冲突时Error: Protected multilib versions: zlib-1.2.3-29.el6.i686 != zlib-1.2.3-27.el6.x86_64卸载 zlib-1.2...
分类:
其他好文 时间:
2015-05-07 16:08:40
阅读次数:
629
org.hibernate.console.HibernateConsoleRuntimeException: Received a NoClassDefFoundError, probably the console configuration classpath is incomplete or contains conflicting versions of the same class...
分类:
Web程序 时间:
2015-05-06 23:06:31
阅读次数:
310
例如:安装zlib出错 yum install zlib-1.2.3-29.el6.i686 Error: Protected multilib versions: zlib-1.2.3-29.el6.i686 != zlib-1.2.3-27.el6.x86_64You could try usi...
分类:
其他好文 时间:
2015-05-06 14:43:17
阅读次数:
108