首页 > 其他
MonkeyRunner (三)
Running monkeyrunnerYou can either run monkeyrunner programs from a file, or enter monkeyrunner statements in an interactive session. You do both by i...
分类:其他   时间:2014-05-26 15:07:46    收藏:0  评论:0  赞:0  阅读:451
短信转彩信限制页数
需求Message->option->settings->Txt Message(SMS)->Sms size limit for converting to mms - Over 10 segmentOptions:- over 3 pages- over 6 pages- over 10 pag...
分类:其他   时间:2014-05-26 15:10:07    收藏:0  评论:0  赞:0  阅读:418
有点沉重的步伐...
六月份的逼近,开始有点捉急了,校招大概八月底九月初就要开始,但是现在还有很多还没有学会,因为校招只能要求投一个职位,现在其实还没确切的定位要找技术或产品哪个职位,只能先都准备着,到时候看情况根据公司投了。纠结的原因是哪个都不想放弃,前天晚上看了老罗的发布会,真心感觉强大,有时候感觉在互联网行业中.....
分类:其他   时间:2014-05-26 15:09:46    收藏:0  评论:0  赞:0  阅读:389
kindeditor上传文件插件保存路径扩展
kindeditor的上传的文件(包括图片)默认是保存在attached/(image|flash|media|file)/当前日期年月日 对应的目录下,依据加载的插件,自动给uploadJson配置的url增加dir参数。 如果你需要修改attached保存路径或者(image|flash|me....
分类:其他   时间:2014-05-26 15:10:22    收藏:0  评论:0  赞:0  阅读:506
批量该文件名
ren *.txt *.xls
分类:其他   时间:2014-05-26 15:10:43    收藏:0  评论:0  赞:0  阅读:268
断言assert的应用
assert应用举例
分类:其他   时间:2014-05-26 15:11:27    收藏:0  评论:0  赞:0  阅读:279
poj 3253 -- Fence Repair
Fence RepairTime Limit: 2000MSMemory Limit: 65536KTotal Submissions: 24252Accepted: 7766DescriptionFarmer John wants to repair a small length of the f...
分类:其他   时间:2014-05-26 15:12:02    收藏:0  评论:0  赞:0  阅读:391
判断闰年(go语言版本)
1 import "strconv" 2 3 func IsLeapYear(y string) bool { //y == 2000, 2004 4 //判断是否为闰年 5 year, _ := strconv.Atoi(y) 6 if year%4 == 0 && y...
分类:其他   时间:2014-05-24 08:00:14    收藏:0  评论:0  赞:0  阅读:409
poj 2288 Islands and Bridges_状态压缩dp_哈密尔顿回路问题
题目链接题目描写叙述:哈密尔顿路问题。n个点,每个点有权值,设哈密尔顿路为 C1C2...Cn,Ci的权值为Vi,一条哈密尔顿路的值分为三部分计算:1.每个点的权值之和2.对于图中的每一条CiCi+1,加上Vi*Vi+13.对于路径中的连续三个点:CiCi+1Ci+2,若在图中,三点构成三角形,则要...
分类:其他   时间:2014-05-26 15:13:48    收藏:0  评论:0  赞:0  阅读:379
百度地图是用过程笔记
记忆力不行,做过好多东西,下次用的时候还会忘记,于是就记录一些,为了以后更快的入手:1.marker的点击事件中获取marker的信息 在函数中this就代表当前的markerthis.getPosition()就获取到了marker的位置,不能用e.point 这个是点击的位置。
分类:其他   时间:2014-05-26 15:13:26    收藏:0  评论:0  赞:0  阅读:328
被小伙伴们吓哭了:可怕的命令
备份是王道。备份的可恢复性检查是王道中的王道。保持清醒(严禁饮酒操作¥%#^)。遇事冷静。
分类:其他   时间:2014-05-26 15:14:53    收藏:0  评论:0  赞:0  阅读:369
避免Block中的强引用环
【避免Block中的强引用环】 In manual reference counting mode, __block id x; has the effect of not retaining x. In ARC mode, __block id x; defaults to retaining ....
分类:其他   时间:2014-05-26 15:18:14    收藏:0  评论:0  赞:0  阅读:402
流式布局
流式布局,就是用百分比设置宽度的布局形式目标宽度/上下文宽度=值无标题文档 解决办法:使用CSS3中的box-sizing属性(IE8开始兼容了),这个属性用来规定,CSS中出现的width值是谁的宽度?无标题文档 这个属性在流式布局中特别常用无标...
分类:其他   时间:2014-05-26 15:18:56    收藏:0  评论:0  赞:0  阅读:414
datatable动态添加,及填充数据
DataTable tblDatas = new DataTable("Datas"); tblDatas.Columns.Add("ID", Type.GetType("System.Int32")); tblDatas.Columns[0].AutoIncremen...
分类:其他   时间:2014-05-26 15:19:41    收藏:0  评论:0  赞:0  阅读:523
JFreeChart时间轴固定24小时每天刷新
Timeseries时间轴,设置x轴固定长度24小时xAxis.setFixedAutoRange(3600000 * 2D),再画出当天24点这一点Date day = new Date(); day.setHours(23); day.setMinutes(59); Mi...
分类:其他   时间:2014-05-26 15:20:25    收藏:0  评论:0  赞:0  阅读:579
default listener is not configured in grid infrastructure home
Oracle Restart enable database creation requries Default listener configured and running in Grid Infrastructure home,Use NETCA in Grid Infrastructure ...
分类:其他   时间:2014-05-26 15:20:44    收藏:0  评论:0  赞:0  阅读:445
Parcel
1.解决方案 Parcel parcel = Parcel.obtain(); parcel.writeInt(1); parcel.writeInt(2); parcel.writeInt(3); //不调用pa...
分类:其他   时间:2014-05-26 15:21:43    收藏:0  评论:0  赞:0  阅读:639
MS对WCF配置中security节点的解释
摘录地址:http://msdn.microsoft.com/zh-CN/library/azure/ms731347 的 .NET Framework 4.5其他版本此主题尚未评级-评价此主题定义的安全功能。 特性和元素以下几节描述了特性、子元素和父元素特性特性说明mode可选项。指定所...
分类:其他   时间:2014-05-26 15:21:19    收藏:0  评论:0  赞:0  阅读:380
为11.2.0.2 Grid Infrastructure添加节点
转自:http://www.askmaclean.com/archives/add-node-to-11-2-0-2-grid-infrastructure.html在之前的文章中我介绍了为10g RAC Cluster添加节点的具体步骤。在11gr2中Oracle CRS升级为Grid Infra...
分类:其他   时间:2014-05-26 15:22:03    收藏:0  评论:0  赞:0  阅读:720
cocos2d-x 2.2 移植wp8遇到的坑
这两天正在将之前的一款cocos2d游戏,移植到wp平台上,这里记录一下所遇到的问题以及解决方法。我是用的cocos2d下面的例子程序进行修改的。遇到的第一个问题是资源路径的问题,当时我把解决方案下面的Assert删除后自己又新建了Resources目录,但是导入资源时选择了与Classes同级目录...
分类:其他   时间:2014-05-26 15:22:59    收藏:0  评论:0  赞:0  阅读:385
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!