首页 > 2015年01月08日 > 全部分享
转载 IOS工程适配64-BIT 经验分享
终究还是来了。Apple下发了支持64位的最后通牒: As we announced in October, beginning February 1, 2015 new iOS apps submitted to the App Store must include 64-bit support and be built with the iOS 8...
分类:移动平台   时间:2015-01-08 18:18:15    收藏:0  评论:0  赞:0  阅读:232
玩转mysql跟我一起装B,一起飞
存储函数:想调用者返回一个结果,这个结果可以用在表达式里,像(hex(),cast(),cos()这样的函数) 存储过程,使用call()语句调用,是一个独立的过程,不能用在函数里 存储过程使用情况总结: 1:实现某种动作...
分类:数据库技术   时间:2015-01-08 18:18:05    收藏:0  评论:0  赞:0  阅读:409
c++ ActiveX基础1:使用VS2010创建MFC ActiveX工程项目
1.ActiveX的基本概念 ? ? ? ? ActiveX控件可以看作是一个极小的服务器应用程序,它不能独立运行,必须嵌入到某个容器程序中,与该容器一起运行。这个容器包括WEB网页,应用程序窗体等。。。 ? ? ? ? Acti...
分类:编程语言   时间:2015-01-08 18:17:55    收藏:0  评论:0  赞:0  阅读:291
make: *** [ext/fileinfo/libmagic/apprentice.lo] Er
编译PHP5.5 make 时出现错误 make: *** [ext/fileinfo/libmagic/apprentice.lo] Error 1 解决办法 这是由于内存小于1G所导致. 在./configure加上选项: --disable-fileinfo Disable fileinfo support 禁用 filein...
分类:移动平台   时间:2015-01-08 18:17:46    收藏:0  评论:0  赞:0  阅读:510
bootstrap中使用modal加载kindeditor时弹出层文本框不能输入的问题
答案来自老外http://stackoverflow.com/questions/14795035/twitter-bootstrap-modal-blocks-text-input-field $(‘#myModal‘).on(‘shown‘, function() { $(document).off(‘focusin.modal‘); }); 这个是国内同...
分类:其他   时间:2015-01-08 18:17:37    收藏:0  评论:0  赞:0  阅读:309
thinkPHP 配置
1.配置类别 ThinkPHP提供了灵活的全局配置功能,ThinkPHP会依次加载管理配置>项目配置>调试配置>分组配置>扩展配置>动态配置,所以后面的配置权限要大于前面的,因为后面的配置会覆盖前面同名配置,同事会生辰配置...
分类:Web开发   时间:2015-01-08 18:17:26    收藏:0  评论:0  赞:0  阅读:221
mysql数据迁移到sql server(微软的迁移工具)
系统环境:win7 64位旗舰版 Mysql数据库:5.5版本 ?64位 Sql Server 2008: 64位 Odbc驱动程序版本:5.1 64位 迁移数据库:aimsv22 迁移工具:?SSMA 2008 forMySQL 数据迁移时必须下载好对应的odbc驱动程序 (此处为...
分类:数据库技术   时间:2015-01-08 18:17:17    收藏:0  评论:0  赞:0  阅读:373
Akka Actor_Future的使用
Akka Actor_Future的使用 常见的是通过Actor的tell方法给另外一个actor发送消息,但是actor 和 future怎么交互,发送消息,如下, Future<Object>?future?=?Patterns.ask(a,?"are?you?ready?",?timeout);...
分类:其他   时间:2015-01-08 18:17:07    收藏:0  评论:0  赞:0  阅读:295
Oracle数据库所在服务器swap严重
今天Nagios监控发现一台Oracle数据库服务器swap严重,导致部分Nagios监控项超时报警 查看该服务器,swap空间设置为32G,已使用19G,使用率非常高,并且,vmstat显示si严重 此服务器物理内存32G,SGA设置20G,连接...
分类:数据库技术   时间:2015-01-08 18:16:56    收藏:0  评论:0  赞:0  阅读:300
epoll学习
[epoll详解][1] [Epoll vs. IOCP][2] [1]: http://blog.chinaunix.net/uid-24517549-id-4051156.html [2]: http://blog.csdn.net/sparkliang/article/details/4836536...
分类:其他   时间:2015-01-08 18:16:47    收藏:0  评论:0  赞:0  阅读:246
sudo echo 命令报错:Permission denied
转发:http://blog.csdn.net/hejinjing_tom_com/article/details/7767127避免’sudoechox>’时’Permissiondenied’甲:示例sudoechoa>1.txt-bash:1.txt:Permissiondenied乙:分析:bash拒绝这么做,说是权限不够.这是因为重定向符号“>”也是bash的命令。sudo只是让e..
分类:其他   时间:2015-01-08 18:16:06    收藏:0  评论:0  赞:0  阅读:335
break continue label 学习笔记
classTestBreakContinue{ publicstaticvoidmain(String[]args){ for(inti=1;i<=10;i++){ if(i%4==0){ //break; continue; } System.out.println(i); } label:for(inti=1;i<5;i++){ for(intj=1;j<=10;j++){ if(j%4==0){ //breakl..
分类:其他   时间:2015-01-08 18:15:46    收藏:0  评论:0  赞:0  阅读:179
[LeetCode]135 Candy
https://oj.leetcode.com/problems/candy/http://blog.csdn.net/linhuanmars/article/details/21424783publicclassSolution{ publicintcandy(int[]ratings){ //从左边向右边遍历 //如果这个比前一个大,++ //否则持平 //这样保证左右小孩和他右边的人比较是合法的 // //同理向..
分类:其他   时间:2015-01-08 18:15:25    收藏:0  评论:0  赞:0  阅读:216
scsi+gfs2+lvs2-cluster+rhcs集群
规划:target(server)server:192.168.1.254initiator(client)rs1.china-kody.com192.168.1.215rs2.china-kody.com192.168.1.216rs3.china-kody.com192.168.1.217使用的软件包:server:scsi-target-utilsclient:iscsi-initiator-utilsriccilucigfs2-utilslvm2-cluster配置ser..
分类:其他   时间:2015-01-08 18:15:16    收藏:0  评论:0  赞:0  阅读:338
[LeetCode]136 Single Number
https://oj.leetcode.com/problems/single-number/http://blog.csdn.net/linhuanmars/article/details/22648829publicclassSolution{ publicintsingleNumber(int[]A) { //SolutionA //returnsingleNum_Xor(A); //SolutionB returnsingleNum_BitCompare(A); //SolutionC //ret..
分类:其他   时间:2015-01-08 18:15:05    收藏:0  评论:0  赞:0  阅读:302
[LeetCode]137 Single Number II
https://oj.leetcode.com/problems/single-number-ii/http://blog.csdn.net/linhuanmars/article/details/22645599publicclassSolution{ publicintsingleNumber(int[]A){ returnsingleNumber_BitCompare(A,3); } privateintsingleNumber_BitCompare(int[]A,intk) { inttoRetur..
分类:其他   时间:2015-01-08 18:14:55    收藏:0  评论:0  赞:0  阅读:270
输出100000以内的质数 (优化2)
class TestPrinmeNumber{ publicstaticvoidmain(String[]args){ //booleanflag=false; longstart=System.currentTimeMillis(); l:for(inti=2;i<=100000;i++){//实现100以内的循环 for(intj=2;j<Math.sqrt(i);j++){//优化3 if(i%j==0){ //flag=tru..
分类:其他   时间:2015-01-08 18:14:46    收藏:0  评论:0  赞:0  阅读:214
浅议package、import、import static
我们也许知道,Java引入包机制,提供了类的多层命名空间,解决了类的命名冲突、类文件管理等问题。但是总会出现一些问题。问题一E:\Demo\java中的文件有:Zi.java、Test.java两个文件Zi.java中代码如下:publicclassZi { publicvoidprint() { System.out.println("abc"); ..
分类:其他   时间:2015-01-08 18:14:36    收藏:0  评论:0  赞:0  阅读:273
mysql单实例安装配置指南
1.操作系统:CentOS2.数据库:mysql-5.1.73.tar.gz3.任务:单实例安装配置指南提示:下载数据库有两种方式:一种是官网,另一种途径是国内镜象网站;国内镜象下载资源的速度比官网要快,例如,我们这次下载的就是国内搜狐镜象:http://mirrors.sohu.com/mysql/MySQL-5.1/http://..
分类:数据库技术   时间:2015-01-08 18:14:26    收藏:0  评论:0  赞:0  阅读:326
[LeetCode]138 Copy List with Random Pointer
https://oj.leetcode.com/problems/copy-list-with-random-pointer/http://blog.csdn.net/linhuanmars/article/details/22463599/** *Definitionforsingly-linkedlistwitharandompointer. *classRandomListNode{ *intlabel; *RandomListNodenext,random; *RandomListNode(intx)..
分类:其他   时间:2015-01-08 18:14:15    收藏:0  评论:0  赞:0  阅读:288
2011条   上一页 1 ... 25 26 27 28 29 ... 101 下一页
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!