随笔分类 -  test

摘要:查询 100w条数据 39列 把100w条数据转换为匿名对象 加入到集合 所用的时间是 32 s 39列 600万条数据 阅读全文
posted @ 2019-10-30 11:40 enych 阅读(258) 评论(0) 推荐(0)
摘要:博客园搜索 拦截网络数据封包的方法有三种, 阅读全文
posted @ 2019-10-25 22:41 enych 阅读(244) 评论(0) 推荐(0)
摘要:标题栏 11-14 菜单 9 -12 消息框 9-12 调色板标题11-14 图标 9-12 工具提示 9-12 Caption 标题 11 的 宽/高 -330 ; 14的宽高 -405 菜单 9 的 宽/高 -285 ; 12 的宽高 -354; 设置 注册表 HKEY_CURRENT_USER 阅读全文
posted @ 2019-10-24 15:32 enych 阅读(1317) 评论(2) 推荐(0)
摘要:1. 主机ping 虚拟机 ping 不通 设置——虚拟机—— 防护墙——入站规则—— 文件和打印共享 (回显请求-ICMPv4-In) 2.主机连接不上虚拟机中的sqlsrver 设置——虚拟机—— 防护墙——入站规则—新建规则 ——端口——下一步——输入1433——允许连接 测试 ·主机IP 1 阅读全文
posted @ 2019-10-21 14:26 enych 阅读(344) 评论(0) 推荐(0)
摘要:Adobe Acrobat DCC:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\AdobeGCClient\customhook C:\Program Files (x86)\Common Files\Adobe\AdobeGCClient C:\Program Files (x86)\Common Files\Adobe\OOBE\PDA 阅读全文
posted @ 2019-10-08 14:46 enych 阅读(802) 评论(3) 推荐(0)
摘要:Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\Network Connections]"NC_IpStateChecking"=dword:00000000"NC 阅读全文
posted @ 2019-09-01 13:13 enych 阅读(224) 评论(0) 推荐(0)
摘要:private void button2_Click(object sender, EventArgs e) { /***** * Select * from Win32_ LogicalDisk * Select * from Win32_share * Select... 阅读全文
posted @ 2019-03-11 09:47 enych 阅读(272) 评论(0) 推荐(0)
摘要:<!DOCTYPE html><html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head> <meta charset="utf-8" /> <title></title></head><body> <div id="list" style= 阅读全文
posted @ 2019-02-14 18:09 enych 阅读(788) 评论(0) 推荐(0)
摘要:HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\xxx\Start = 1,2=自动,3,4=禁用 阅读全文
posted @ 2019-01-24 17:49 enych 阅读(1581) 评论(0) 推荐(0)
摘要:1.配置文件客户端[目标x86x64]的 可以安装 2.配置文件完全的目标x86x64的 出现闪退. 3.服务器核心的出现无法安装 安装 sqlserver 2008R2数据库 报错 \最后留下了它, 又安装 sqlserver 2008 数据库 报错 解决未能加载程序集错误, 又一脸懵逼..... 阅读全文
posted @ 2018-11-29 13:22 enych 阅读(913) 评论(0) 推荐(0)
摘要:卸载vs2015之后 出现问题 C:\Windows\SysWOW64\regedit.exe 64系统运行这个 删除 HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSBuild\ToolsVersions\v14.0 阅读全文
posted @ 2018-09-13 14:29 enych 阅读(593) 评论(0) 推荐(1)
摘要:<div style="width: 100%; font-size: 14px; color: #666; border-bottom: 1px dashed #666;">&nbsp;</div> 阅读全文
posted @ 2018-09-07 16:56 enych 阅读(366) 评论(0) 推荐(0)
摘要:var Lb = false; var Ub = false; function rotate(obj) { if (obj == "L") { if (Lb == false) { //第一次 document.getElementById("img1").class... 阅读全文
posted @ 2018-09-01 17:46 enych 阅读(4135) 评论(0) 推荐(0)
摘要:文字顶部 对齐 vertical-align: top; 在 table 中使用, 阅读全文
posted @ 2018-08-16 18:29 enych 阅读(10070) 评论(0) 推荐(0)
摘要:width: 1563px;(max) 1348+152 = 1400 分页了 1348+151 = 1398 分页了 1348+150 = 1398 没有分页 var height = Math.Ceiling((double)(1398/ ViewBag.results[0].Count)); @item[i].Column2 @item[i].Column5 阅读全文
posted @ 2018-08-14 18:20 enych 阅读(2800) 评论(0) 推荐(1)
摘要:123456789 123456789 0000000000 日期 123456789 1234560000000789 ----------- ----------- ----------- ----------- ----------- 123456789 123456789 0000000000 ... 阅读全文
posted @ 2018-08-02 16:29 enych 阅读(4955) 评论(0) 推荐(1)
摘要:<input type="file" id="file1" onChange="test()"> function test(){ var file1 = document.getElementById('file1'); alert("0000"); } 打开一个1G大小的文件无延迟, last 阅读全文
posted @ 2018-07-26 12:09 enych 阅读(155) 评论(0) 推荐(0)
摘要:在桌面快捷方式 右键属性目标 加入该代码 –enable-easy-off-store-extension-install 阅读全文
posted @ 2018-07-19 08:16 enych 阅读(264) 评论(0) 推荐(0)
摘要:$("#form1").submit();//提交事件 阅读全文
posted @ 2018-07-07 14:21 enych 阅读(664) 评论(0) 推荐(0)
摘要:max-width: 100%;//父元素的宽度 display: block; margin: 0 auto; display: table-cell; 垂直居中 vertical-align: middle; style="max-width: 100%;max-height: 100%; di 阅读全文
posted @ 2018-07-07 10:29 enych 阅读(3426) 评论(0) 推荐(0)