copy from: http://www.cplusplus.com/forum/beginner/12001/ ...
分类:
其他好文 时间:
2016-12-15 21:03:46
阅读次数:
224
1、Grid: a.通过获取指定行的高度和指定列的宽度来获取指定单元格的宽高 b.几种宽高默认值: 宽高(Width/Heigth):1* 最大宽高(MaxWidth/MaxHeigth):正无穷大 最小宽高(MinWidth/MinHeight):0 计算宽高(ActualWidth/Actual ...
分类:
Web程序 时间:
2016-12-12 09:44:13
阅读次数:
258
表格 列表格 点击实现 升序和降序: 1.定义一个排序字段数组 和 表格th标题列一一对应,如 var arr = [1,2,3,4]。 定义一个隐藏域,用来保存 排序的字段 和排序的类型,每次单击 修改这2个字段。 2.th增加单击事件,获取当前单机的列 在总个列中的下标:var index = ...
分类:
编程语言 时间:
2016-12-11 01:22:57
阅读次数:
166
*{margin:0;padding:0} #Mcalendar{width:210px;padding:5px;height:170px;border:1px solid #045bb2;display:none;cursor: pointer;} #Mcalendar table{text-al ...
分类:
其他好文 时间:
2016-12-10 16:25:34
阅读次数:
114
使用Python3做UDP广播,遇到这个权限问题,当时就一阵惊讶,第一看到这种无权限的问题。 ...
分类:
编程语言 时间:
2016-12-10 13:31:07
阅读次数:
479
进入比较重要的时间管理一章,重点是对WBS,工作单元,活动,资源,时间这一条线索的理解,熬夜加班到4点,继续俺的学习了,正好等等联调数据的状态,加油,熊二。 网络图,PDM,CPM等技术,关键路径、浮动时间 网络图,PDM,CPM等技术,关键路径、浮动时间 PDM:紧前关系绘图法precedence ...
分类:
其他好文 时间:
2016-12-08 07:35:56
阅读次数:
284
import java.util.*; public class Exercise13_04 { public static void main(String[] args) { Scanner input = new Scanner(System.in); System.out.println(" ...
分类:
编程语言 时间:
2016-12-07 20:33:43
阅读次数:
203
XGBoost参数调优完全指南(附Python代码):http://www.2cto.com/kf/201607/528771.html https://www.zhihu.com/question/41354392 【以下转自知乎】 https://www.zhihu.com/question/4 ...
分类:
编程语言 时间:
2016-12-02 18:40:13
阅读次数:
773
Customize the Prompt You may modify the content of the prompt by setting the variable prompt in the mongo shell. The promptvariable can hold strings a ...
分类:
数据库 时间:
2016-12-01 03:40:49
阅读次数:
279
本文根据水库中蓄水标线(water level) 使用正则化的线性回归模型预 水流量(water flowing out of dam),然后 debug 学习算法 以及 讨论偏差和方差对 该线性回归模型的影响。 ①可视化数据集 本作业的数据集分成三部分: ?训练集(training set),样本 ...
分类:
其他好文 时间:
2016-12-01 02:42:42
阅读次数:
823