第一步:安装语言包进入 “System Settings”找到 “Language Support” 那一项,点击进入选择 “Install/Remove Languages”找到 “Chinese (simplified)” 那一项,把后面到勾打上然后点击 “Apply Changes” 等待一段...
分类:
其他好文 时间:
2014-07-22 22:56:33
阅读次数:
224
近半个月过得很痛苦,主要是产品上线后,引来无数机器用户恶意攻击,不停的刷新产品各个服务入口,制造垃圾数据,消耗资源。他们的最好成绩,1秒钟可以并发6次,赶在Database入库前,Cache进行Missing Loading前,强占这其中十几毫秒的时间,进行恶意攻击。相关链接:Memcached笔记...
分类:
其他好文 时间:
2014-07-19 21:22:05
阅读次数:
293
用gdb debugc代码的时候弹出这个错误Missing separate debuginfos, use: debuginfo-install glibc-2.12-1.132.el6_5.2.x86_64去http://debuginfo.centos.org/6/x86_64/找到了对应的r...
分类:
数据库 时间:
2014-07-18 23:25:55
阅读次数:
530
挺高兴的老师借了我一块K60的开发板,趁着暑假好好鼓捣鼓捣!
有了上图的过程分析我想心里大概有个低了吧!
下面看代码:
/* CodeWarrior ARM Runtime Support Library
* Copyright ?2012 Freescale Semiconductors. All rights reserved.
...
分类:
其他好文 时间:
2014-07-17 10:57:49
阅读次数:
238
1.下载并安装ZendStudio,搜一个破解版XAMPP,官网下载:https://www.apachefriends.org/index.html2.打开ZendStudio新建一个php项目菜单:"File"->"New"->"Project..."打开新建项目对话框,选择"PHP"->"Lo...
设置程序开机启动就是将程序的启动脚本添加到/etc/init.d目录下,或者将启动路径写入/etc/rc.d/rc.local文件里面.设置mysql开机启动cp /usr/local/mysql/support-files/mysql.server /etc/init.d/mysql chk...
分类:
数据库 时间:
2014-07-16 18:41:09
阅读次数:
1427
使用fragment实现tab页的效果: 三个页面是单独的三个Fragment 主Activity的实现: package com.hsx.tab;import android.os.Bundle;import android.support.v4.app.FragmentActivity;impo...
分类:
移动开发 时间:
2014-07-16 18:33:33
阅读次数:
353
一 不需要登录的import urllib2content = urllib2.urlopen('http://XXXX').read() 二 使用代理import urllib2proxy_support = urllib2.ProxyHandler({'http':'http://XX.XX.....
分类:
编程语言 时间:
2014-07-16 17:58:39
阅读次数:
226
spring 配置文件 -->测试类import org.springframework.context.ApplicationContext;import org.springframework.context.support.ClassPathXmlApplicationContext;impo...
分类:
编程语言 时间:
2014-07-16 12:12:07
阅读次数:
256
参考:https://developer.apple.com/support/ios/program-renewals.phpWhat happens if I do not renew my membership?If your iOS Developer Program membership e...
分类:
移动开发 时间:
2014-07-16 09:45:19
阅读次数:
291