#include <iostream> using namespace std; constexpr int MEMORYPOOL_ALIGNMENT = 8; //对齐长度 // 内存块 template<typename _T> struct MemoryBlock { int nSize; / ...
分类:
其他好文 时间:
2020-01-12 00:07:45
阅读次数:
99
public class XWPFTest { public static void main(String[] args) throws IOException { //创建一个doc对象 XWPFDocument document=new XWPFDocument(); //创建paragrap ...
分类:
编程语言 时间:
2020-01-08 22:59:44
阅读次数:
124
条件跳转表 汇编语言-条件跳转指令 直接转移指令 指令格式机器码测试标志条件说明符号 JO OPR 70 OF=1 结果有溢出 JNO OPR 71 OF=0 结果无溢出 JC OPR 72 CF=1 小于 < JNC OPR 73 CF=0 大于或等于 >= JZ/JE OPR 74 ZF=1 结 ...
分类:
其他好文 时间:
2020-01-04 22:02:14
阅读次数:
341
1、容器和网格系统容器container : 固定宽度,不同尺寸固定了不同的宽度container-fluid: 100%宽度栅格系统col-: =576pxcol-md- : >=768pxcol-lg- : >=992pxcol-xl- : >=1200px2、字体颜色及背景颜色字体text-m... ...
分类:
其他好文 时间:
2020-01-03 21:21:45
阅读次数:
393
下载EXCEL文件Utils import jxl.*; import jxl.biff.DisplayFormat; import jxl.format.Alignment; import jxl.format.BoldStyle; import jxl.format.Border; import ...
分类:
其他好文 时间:
2019-12-27 13:26:47
阅读次数:
64
{ ".323":"text/h323" , ".3gp":"video/3gpp" , ".aab":"application/x-authoware-bin" , ".aam":"application/x-authoware-map" , ".aas":"application/x-autho... ...
分类:
其他好文 时间:
2019-12-24 23:39:44
阅读次数:
118
以下分别记录label、listbox、treeview三个控件的拖动示例: 1.对被拖动控件,实现拖动事件,主要是通过各种鼠标事件,实现DragDrop.DoDragDrop方法。 2.对于需要拖动到的目的控件,需要实现AllowDrop="True" Drop="TargetLabel_Drop ...
原文:Blend Grid行列拖拽控制宽高 看效果 ... ...
分类:
其他好文 时间:
2019-12-21 09:38:21
阅读次数:
113
原文:WPF 快捷键 前台 后台 private void button1_Click(object sender, System.Windows.RoutedEventArgs e) { MessageBox.Show("sss");... ...
原文:WPF 精修篇 长时间线程加取消功能 开始数据 结束数据 ... ...
分类:
编程语言 时间:
2019-12-20 23:58:39
阅读次数:
154