Once again, in this series of posts I look at the parts of the .NET Framework that may seem trivial, but can help improve your code by making it easie...
分类:
Web程序 时间:
2014-07-16 23:25:24
阅读次数:
601
Tomcat报错: The JRE could not be found. Edit the server and change the JRE location.EClipse -> windows -> prefreances -> server -> installed runtimes ->...
分类:
其他好文 时间:
2014-07-16 23:25:15
阅读次数:
263
Ins sys: 1.next all, then reboot. 2.login system use rootCfg sys: 1.keep etc0 work: # vi /etc/sysconfig/network-scripts/ifcfg-eth0 change: ONBOOT=yes ...
分类:
其他好文 时间:
2014-07-16 23:12:27
阅读次数:
378
随着Office 365越来越普及,越来越多的用户希望通过手机来访问,下面介绍苹果手机 iPhone怎么设置连接Office 365的Exchange Online邮件服务
1:打开苹果手机【设置】
2:选择【邮件、通讯录和日历】
3:选择【添加账户】
4:然后选择【Exchange】或者【Exchange ActiveSync】
5:填写【电子邮...
分类:
移动开发 时间:
2014-06-28 08:05:31
阅读次数:
343
数据类型:分为值类型和引用类型值类型包括:简单类型(整数类型,实数类型,字符类型,布尔类型),结构类型,枚举类型引用类型包括:类,接口,数组,委托以及object和string,其中object和string是两个比较特殊的类型,object是C#中所有类型(包括所有的值类型和引用类型)..
分类:
其他好文 时间:
2014-06-28 06:05:42
阅读次数:
304
当前的SharePoint Online版本是基于SharePoint 2013的,但是很多功能确被阉割掉了。下面主要列出Office 365公共网站被限制的功能,以及可绕过的解决方案:内容类型 & 站点栏 无法网站上的UI创建内容类型,但是可以用SharePoint Designer创建。 ...
分类:
Web程序 时间:
2014-06-27 22:36:13
阅读次数:
266
Change MySQL 5.5 default character-set to UTF8连接里是linux下的在window下my.iniAdd under [client]the following code snippet:loose-default-character-set = utf8...
分类:
数据库 时间:
2014-06-27 15:09:07
阅读次数:
222
change.html 1 2 3 4 ready.html 5 6 7 8 9 14 15 26 27 focus.html 1 2 3 4 focus.html 5 6 7...
很裸的polya,不过我看polya看了很久
吉大ACM模板里面也有
#include
#include
#include
using namespace std;
long long gcd(long long a,long long b)
{
return b==0?a:gcd(b,a%b);
}
int main()
{
#ifndef ONLINE_JUDGE
//...
分类:
其他好文 时间:
2014-06-27 10:46:11
阅读次数:
181
今天收到客户监控系统发来的服务器报警,客户一台HPDL38G5监控端收到如下一条报警信息DriveArrayAcceleratorStatusChange.Thearrayacceleratorboard
attachedtothearraycontrollerinSlot1hasanewstatusof4.(Acceleratorstatusvalues:1=other,2=notConfigured,3=enabled,4=tmpDi..
分类:
其他好文 时间:
2014-06-27 06:39:08
阅读次数:
382