首页 > 其他
养动物
#include char data[100][100]; int map[100][100]; int h,l; int dx[8]={0,1,1,1,0,-1,-1,-1}; int dy[8]={1,1,0,-1,-1,-1,0,1}; int max=0; typedef struct no... ...
分类:其他   时间:2017-01-10 17:32:42    收藏:0  评论:0  赞:0  阅读:95
Dev 甘特图
设置绑定数据资源类 ,设置Appointment类,设置依赖关系类。具体字体参考Mapping的设置。 ...
分类:其他   时间:2017-01-10 17:32:25    收藏:0  评论:0  赞:0  阅读:1673
为了提高查询效率而做分表心得
原博主帖子 http://www.cnblogs.com/zhangyabin acm/p/5955001.html 原博主帖子 http://www.cnblogs.com/zhangyabin acm/p/5955001.html 针对超大业务数据在同一张表,但是没有其他业务字段进行区分的时候 ...
分类:其他   时间:2017-01-10 17:30:39    收藏:0  评论:0  赞:0  阅读:165
kvm 启动libvirtd市出现错误
kvm 启动libvirtd市出现错误: /etc/init.d/libvirtd start启动 libvirtd 守护进程:libvirtd: relocation error: libvirtd: symbol dm_task_get_info_with_deferred_remove, ve ...
分类:其他   时间:2017-01-10 17:30:22    收藏:0  评论:0  赞:0  阅读:335
placeholer改变默认灰色
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{ color:#7b642c; } input:-moz-placeholder,textarea:-moz-placeholder{ color:#7b642c... ...
分类:其他   时间:2017-01-10 17:29:32    收藏:0  评论:0  赞:0  阅读:196
Perl模块安装
转自:http://www.mike.org.cn/blog/index.php?load=read&id=643 http://www.cnblogs.com/itech/archive/2009/08/10/1542832.html Perl 到了第五版增加了模块的概念,用来提供面向对象编程的能 ...
分类:其他   时间:2017-01-10 17:28:25    收藏:0  评论:0  赞:0  阅读:238
border-radius
1 border-radius 私有前缀 浏览器个把年前就把私有前缀给去掉了,现在完全没必要还傻傻使用-webkit-border-radius, -moz-border-radius 2 border-radius百分比值 是相对于元素占据尺寸的百分比(类似jQuery outerWidth()/ ...
分类:其他   时间:2017-01-10 17:27:16    收藏:0  评论:0  赞:0  阅读:204
常见SMTP发送失败原因列表
The server rejected the message: 554 DT:SPM smtp2 Cannot send message 451 MI:SFQ 0,smtp9,DcCowLD735x2fG1MgWLhAA--.11609S2 1282243 * 邮件服务器拒绝发送邮件,判断为发送垃 ...
分类:其他   时间:2017-01-10 17:26:27    收藏:0  评论:0  赞:0  阅读:535
[bzoj1925][Sdoi2010][地精部落] (序列动态规划)
Description 传说很久以前,大地上居住着一种神秘的生物:地精。 地精喜欢住在连绵不绝的山脉中。具体地说,一座长度为 N 的山脉 H可分 为从左到右的 N 段,每段有一个独一无二的高度 Hi,其中Hi是1到N 之间的正 整数。 如果一段山脉比所有与它相邻的山脉都高,则这段山脉是一个山峰。位于 ...
分类:其他   时间:2017-01-10 17:25:10    收藏:0  评论:0  赞:0  阅读:223
hdu 3359 Kind of a Blur 高斯消元
Kind of a Blur Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others) Problem Description Image blurring occurs when the obj ...
分类:其他   时间:2017-01-10 17:23:51    收藏:0  评论:0  赞:0  阅读:280
Xamarin Crack
Inspired by http://www.cnblogs.com/portal/p/4666252.html#undefined To 'crack' VS Xamarin, take VS2015 xamarin4.2.1.62 for example: Warning: strongname ...
分类:其他   时间:2017-01-10 17:23:31    收藏:0  评论:0  赞:0  阅读:239
linq与lambda 常用查询语句写法对比
linq与lambda 常用查询语句写法对比 原文地址:http://www.cnblogs.com/xust/articles/2700244.html LINQ的书写格式如下: from 临时变量 in 集合对象或数据库对象 where 条件表达式 [order by条件] select 临时变 ...
分类:其他   时间:2017-01-10 17:21:00    收藏:0  评论:0  赞:0  阅读:253
《游戏编程模式》(5)
Chatper 11 字节码 通过将行为编码成虚拟机指令,而使其具备数据的灵活性。 解释器模式(慢): 1 class Expression 2 { 3 4 public: 5 virtual ~Expression() {} 6 virtual double evaluate() = 0; 7 8 ...
分类:其他   时间:2017-01-10 17:20:11    收藏:0  评论:0  赞:0  阅读:160
2016年度GitHub上Stars最多的10个项目
来源于:https://zhuanlan.zhihu.com/p/24627923 2016年接近尾声,在最近的几篇文章中,会整理总结一些2016年度开源项目。今天整理的是:2016年度GitHub最受欢迎的开源项目总榜。 作者:路人甲链接:https://zhuanlan.zhihu.com/p/ ...
分类:其他   时间:2017-01-10 17:18:46    收藏:0  评论:0  赞:0  阅读:214
struts2 中 paramsPrepareParamsStack 拦截器
在struts2中,其拦截器为框架精华部分,而二次参数拦截器paramsPrepareParamsStack 对于解决数据回显,对象修改属性丢失的问题有着很良好的处理机制。 在 struts-default.xml 中的默认拦截器配置中有以下部分(可自行查找源码,通常为:struts-2.5.2\s ...
分类:其他   时间:2017-01-10 17:17:19    收藏:0  评论:0  赞:0  阅读:202
git clone出现SSL错误
在学习git的时候,发现不能使用git clone从github.com下载,报了个ssl错误。 Cloning into cancan... error: SSL certificate problem, verify that the CA cert is OK. Details: error: ...
分类:其他   时间:2017-01-10 17:16:42    收藏:0  评论:0  赞:0  阅读:215
dex学习笔记01
引用网络上的图片 解释 dex文件头部,记录整个dex文件的相关属性 字符串数据索引,记录了每个字符串在数据区的偏移量 类似数据索引,记录了每个类型的字符串索 原型数据索引,记录了方法声明的字符串,返回类型字符串参数列表 类方法索引,记录方法所属类名,方法声明以及方法等信息 类方法索引,记录方法所属 ...
分类:其他   时间:2017-01-10 17:15:46    收藏:0  评论:0  赞:0  阅读:200
如何多次提取字符串中的指定字符串
例如:从数据中获取content字符串,这个content用于前台html的显示,content中包含多个<img src="_IIMMGG_2156537">,_IIMMGG_后面的数字是imageid,每个img标签的id各不相同,如何获取content中各_IIMMGG_后面的imageid呢 ...
分类:其他   时间:2017-01-10 17:15:27    收藏:0  评论:0  赞:0  阅读:202
属性列表
...
分类:其他   时间:2017-01-10 17:13:07    收藏:0  评论:0  赞:0  阅读:166
1863
1 #include 2 #include 3 #include 4 #include 5 #include 6 #include 7 #include 8 #include 9 #include 10 #include 11 #include 12 #include 13 #include 14 ... ...
分类:其他   时间:2017-01-10 17:11:42    收藏:0  评论:0  赞:0  阅读:229
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!