Alignment Time Limit: 1000MS Memory Limit: 30000K Total Submissions: 14486 Accepted: 4695 Description In the army, a platoon is composed by n soldiers ...
分类:
其他好文 时间:
2017-06-10 21:26:47
阅读次数:
195
/// /// 导出至PDF /// /// 数据源 /// 文件名 /// 字段表头名对照 public static void Export(DataTable dt, string fileName, Dictionary dicTableHeader) { ... ...
分类:
其他好文 时间:
2017-06-06 14:23:45
阅读次数:
131
public static void AddWaterText(string oldpath,string savepath,string watertext,WaterPositionMode position,string color,int alpha) { Image image = Ima... ...
分类:
其他好文 时间:
2017-05-31 18:53:43
阅读次数:
183
#!/usr/bin/env python3 #encoding=UTF-8 import os import time import xlwt hostIp = 'xxx.xxx.xxx.xx' user = 'user0001' passwd = 'xxxx' db = 'db01' sqlSt... ...
分类:
数据库 时间:
2017-05-31 17:35:19
阅读次数:
342
HTML5 界面元素 Canvas 參考手冊太阳火神的漂亮人生 (http://blog.csdn.net/opengl_es)本文遵循“署名-非商业用途-保持一致”创作公用协议转载请保留此句:太阳火神的漂亮人生 - 本博客专注于 敏捷开发及移动和物联设备研究:iOS、Android、Html5、A ...
分类:
Web程序 时间:
2017-05-30 13:34:53
阅读次数:
440
using Excel = Microsoft.Office.Interop.Excel;//添加 Microsoft.Office.Interop.Excel.dll 引用 class ExcelManager { public delegate void ProgressBarEventHand ...
1、常用的基本属性: (1)FullRowSelect:设置是否行选择模式。(默认为false) 提示:只有在Details视图该属性才有意义。 (2) GridLines:设置行和列之间是否显示网格线。(默认为false)提示:只有在Details视图该属性才有意义。 (3)AllowColumn ...
http://stackoverflow.com/questions/2171177/what-is-application-binary-interface-abi ABIs cover details such as data type, size, and alignment; the cal ...
分类:
其他好文 时间:
2017-05-20 17:17:27
阅读次数:
358
在内核中看到各种个样的__attribute__的属性的使用,在这个帖子中,逐渐记录我看到的每个使用。 RCU代表的是 "read, copy, update"。它是一种算法,允许多个读者访问数据,并且同时允许修改者,删除者能够进行操作。 如果内核使用 CONFIG_SPARSE_RCU_POINT ...
分类:
其他好文 时间:
2017-05-13 20:05:28
阅读次数:
222
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */ /* Document */ /** * 1. Correct the line height in all browsers. * 2. Pre ...
分类:
Web程序 时间:
2017-05-12 09:35:25
阅读次数:
237