groupPrint.MouseDown += GroupBox1_MouseDown; #region 弹出层移动 [System.Runtime.InteropServices.DllImport("user32.dll", EntryPoint = "ReleaseCapture")] pub ...
分类:
移动开发 时间:
2019-10-23 13:40:45
阅读次数:
105
VisionPro初学--记录脚本 如果有错误或者繁琐的地方,请高手多多指教 #region namespace imports using System; using System.Collections; using System.Drawing; using System.IO; using ...
分类:
其他好文 时间:
2019-10-21 17:52:03
阅读次数:
554
需求: 导入文件,查看原始数据 将人口数据和各州简称数据进行合并 将合并的数据中重复的abbreviation列进行删除 查看存在缺失数据的列 找到有哪些state/region使得state的值为NaN,进行去重操作 为找到的这些state/region的state项补上正确的值,从而去除掉sta ...
分类:
其他好文 时间:
2019-10-20 20:19:13
阅读次数:
258
zgc是一款可拓展的低时延,为实现以下几个目标而诞生的垃圾回收器: 停顿时间不超过10ms 停顿时间不会导致堆大小增长 堆大小范围可支持几G到几T 再看一下zgc的标签: region-based (和G1一样) NUMA-aware Concurrent Compacting Using load ...
分类:
其他好文 时间:
2019-10-20 18:03:39
阅读次数:
411
#NoTrayIcon #Region ;**** 参数创建于 ACNWrapper_GUI **** #PRE_Icon=蓝点lilac.ico #PRE_Outfile=RemoveShowDesktopButton_x32.exe #PRE_Outfile_x64=RemoveShowDesk... ...
分类:
其他好文 时间:
2019-10-19 00:26:40
阅读次数:
135
string ConnStr = "Data Source=.;Initial Catalog=ADO_DEMO;Integrated Security=True"; #region SqlConnection使用 //第一步:新建SqlConnection对象 SqlConnection SqlC... ...
分类:
Web程序 时间:
2019-10-18 15:57:55
阅读次数:
97
1.字典中不同街道中存在同一个社区名的问题解决措施:1.完善表的一二级内容2.在字典中添加上一级信息senior_id①tc_region表中有的直接继承②base表中有的通过tc_base表得到社区上一级的街道id③上述都没有的去(粗略修改好的)to_stat_rev表里匹配街道id④未覆盖数据的 ...
分类:
其他好文 时间:
2019-10-18 09:15:03
阅读次数:
145
Given a 2D matrix matrix, find the sum of the elements inside the rectangle defined by its upper left corner (row1, col1) and lower right corner (row2 ...
分类:
其他好文 时间:
2019-10-17 13:28:18
阅读次数:
64
今天有空闲时间看一下HBASE的写入代码 MutiAction类,是一个action的container,包括get . put. delete。并且是根据region name分组的。其中核心的就是add方法,根据传进来的region name将action分组 接下来介绍AyncProcess类 ...
分类:
其他好文 时间:
2019-10-16 11:35:37
阅读次数:
86
#region 添加有效性 DataTable dt = LAbll.LogisticsAccounts(DeptId); //查数据 if (dt.Rows.Count < 20) //有效性字符限制255,一组字符12加分割符=13 { string[] strs = {}; for (int ...
分类:
其他好文 时间:
2019-10-16 11:11:30
阅读次数:
97