publicLinkedHashMap(int initialCapacity, float loadFactor, boolean accessOrder);initialCapacity 初始容量loadFactor 加载因子,一般是 0.75faccessOrder false 基于插入顺序 ...
分类:
其他好文 时间:
2015-03-18 13:49:00
阅读次数:
122
揭秘手游“暗扣”的灰色产业链那些与相爱有关的日子裁员频发,这就是互联网行业的春天?电商平台的假货从何而来?
分类:
其他好文 时间:
2015-03-18 13:50:35
阅读次数:
93
简单说,分布式是以缩短单个任务的执行时间来提升效率的,而集群则是通过提高单位时间内执行的任务数来提升效率。 例如:如果一个任务由10个子任务组成,每个子任务单独执行需1小时,则在一台服务器上执行改任务需10小时。 采用分布式方案,提供10台服务器,每台服务器只负责处理一个子任务,不考虑子任务...
分类:
其他好文 时间:
2015-03-18 13:48:35
阅读次数:
159
#include #include void handle1(const boost::system::error_code& ec){ std::cout << "5.s" << std::endl;}void handle2(const boost::system::error_code&...
分类:
其他好文 时间:
2015-03-18 13:49:42
阅读次数:
123
在开发过程中需要做一个动画,使用的是一个宽高比为1:2的长方形图片,形态是一个框子;想使它按照1:1宽高比从指定大小放大到一定倍数。 最开始使用的方法:local frm = display.newSprite('#frm.png') --宽高比为1:2的长方形框子local frmSize ...
分类:
其他好文 时间:
2015-03-18 13:49:53
阅读次数:
172
1 删除/bin/ip 保留/sbin/ip2 ip link set can0 type can bitrate 125000 ip link set can1 type can bitrate 1250003 ifconfig can0 up ifconfig can1 up4 ...
分类:
其他好文 时间:
2015-03-18 13:50:14
阅读次数:
136
最近觉得十分迷惑,还是不知道自己想要做的是什么,寒假的时候搭建过python服务器,最近也在学安卓。但是总觉得要学的很多,并且这些都并不是自己想做的唉。目前要学习的主要有3个方向了。1.数据挖掘需要学习的地方:推荐系统/数据挖掘/python/R语言/数据分析2安卓:需要学习的地方:java核心思想...
分类:
其他好文 时间:
2015-03-18 13:46:53
阅读次数:
136
QLGame 2d Engine源码地址已经提交到github上,地址为:https://github.com/wsgzxl/QLGame2dEngine
分类:
其他好文 时间:
2015-03-18 13:46:32
阅读次数:
116
先序遍历:/** * Definition for binary tree * struct TreeNode { * int val; * TreeNode *left; * TreeNode *right; * TreeNode(int x) : val(x), ...
分类:
其他好文 时间:
2015-03-18 13:48:17
阅读次数:
124
文件命名在 web 项目中,所有的文件名应该都遵循同一命名约定。以可读性而言,减号(-)是用来分隔文件名的不二之选。同时它也是常见的 URL 分隔符(i.e.//example.com/blog/my-blog-entryor//s.example.com/images/big-black-back...
分类:
其他好文 时间:
2015-03-18 13:48:06
阅读次数:
148
Timers are for when you want to do something once in the future - tickers are for when you want to do something repeatedly at regular intervals. Here'...
分类:
其他好文 时间:
2015-03-18 13:48:35
阅读次数:
125
zz:http://www.williamlong.info/archives/1264.html个人网络密码安全是整个网络安全的一个重要环节,如果个人密码遭到黑客破解,将引起非常严重的后果,例如网络银行的存款被转账盗用,网络游戏内的装备或者财产被盗,QQ币被盗用等等,增强网民的网络安全意识是网络普...
分类:
其他好文 时间:
2015-03-18 13:48:46
阅读次数:
117
Given a linked list, return the node where the cycle begins. If there is no cycle, returnnull./** * Definition for singly-linked list. * class ListNod...
分类:
其他好文 时间:
2015-03-18 13:45:39
阅读次数:
107
http://www.cnblogs.com/Kevin_z/archive/2010/03/05/1679031.htmlhttp://blog.csdn.net/zhengdan66/article/details/5553635
分类:
其他好文 时间:
2015-03-18 13:46:56
阅读次数:
104
using System;using iTextSharp.text;using iTextSharp.text.pdf;using System.IO;namespace iTextSharp.Demo{/**//// /// Making a document with a header con...
分类:
其他好文 时间:
2015-03-18 13:46:35
阅读次数:
334
下载zendstudio12文件http://www.zendstudio.net/zend-studio-all-in-one-download/下载破解补丁http://pan.baidu.com/s/1qW0rprI安装zendsudio文件,这个就不用说了,直接下一步,等待安装完成后。解压破...
分类:
其他好文 时间:
2015-03-18 13:47:42
阅读次数:
214