码迷,mamicode.com
首页 >  
搜索关键字:alignment    ( 417个结果
POJ 1836 Alignment(DP max(最长上升子序列 + 最长下降子序列))
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
使用iTextSharp导出PDF
/// /// 导出至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
python3查询数据库并生成excel报表
#!/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 參考手冊
HTML5 界面元素 Canvas 參考手冊太阳火神的漂亮人生 (http://blog.csdn.net/opengl_es)本文遵循“署名-非商业用途-保持一致”创作公用协议转载请保留此句:太阳火神的漂亮人生 - 本博客专注于 敏捷开发及移动和物联设备研究:iOS、Android、Html5、A ...
分类:Web程序   时间:2017-05-30 13:34:53    阅读次数:440
C#将datatable中数据导出到excel
using Excel = Microsoft.Office.Interop.Excel;//添加 Microsoft.Office.Interop.Excel.dll 引用 class ExcelManager { public delegate void ProgressBarEventHand ...
分类:Windows程序   时间:2017-05-28 16:51:03    阅读次数:232
C# ListView用法详解
1、常用的基本属性: (1)FullRowSelect:设置是否行选择模式。(默认为false) 提示:只有在Details视图该属性才有意义。 (2) GridLines:设置行和列之间是否显示网格线。(默认为false)提示:只有在Details视图该属性才有意义。 (3)AllowColumn ...
分类:Windows程序   时间:2017-05-26 13:15:58    阅读次数:506
ABI and compiler
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__如何使用的记录
在内核中看到各种个样的__attribute__的属性的使用,在这个帖子中,逐渐记录我看到的每个使用。 RCU代表的是 "read, copy, update"。它是一种算法,允许多个读者访问数据,并且同时允许修改者,删除者能够进行操作。 如果内核使用 CONFIG_SPARSE_RCU_POINT ...
分类:其他好文   时间:2017-05-13 20:05:28    阅读次数:222
Normalize.css
/*! 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
417条   上一页 1 ... 22 23 24 25 26 ... 42 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!