摘要:
可以用以下方法来提取符合条件的所有HtmlNode节点 var results = doc.DocumentNode .Descendants("div") .Where(x=>x.Attributes.Contains("class") && x.Attributes["class"].Value 阅读全文
摘要:
之前在催收系统中使用C#解密银行使用java rsa 发过来的加密数据一直出现乱码,今天无意中解决了; using System; using System.IO; using System.Security.Cryptography; using System.Text; public class 阅读全文
摘要:
不管你是初学一门计算机语言或技术,还是想学习别人的经验和创意。做为一个开发人员,都会经常需要到搜索一些代码,下面是7个地方可以帮助你快速寻找到你需要的代码。 GitHub Code Search http://github.com/search 热门的开源代码库和和版本控制服务。 GitHub 在最 阅读全文
摘要:
CREATE TRIGGER connection_limit_triggerON ALL SERVERFOR LOGONASBEGIN declare @ip nvarchar(max) declare @loginName nvarchar(max) SELECT @ip=EVENTDATA() 阅读全文
摘要:
SELECT TOP 10 execution_count as [Number Of Executions],total_worker_time/execution_count as [Average CPU Time],total_elapsed_time/execution_count as 阅读全文
摘要:
之前老是通过些脚本的方式去做开机启动 centos7 可以通过下面的方式简单设置 https://blog.csdn.net/zhezhebie/article/details/75120189 阅读全文
摘要:
https://blog.csdn.net/wohiusdashi/article/details/89358071 https://www.cnblogs.com/blackmanzhang/p/11062817.html 之前修改断开之后重启不来 防火墙断开开放了也重启不来后来执行了以下 set 阅读全文
摘要:
当您在网络上搜索“ ERP”时,出现的大量信息可能会使您不知所措,更不用说有些混乱了。每个网站似乎都有自己的ERP定义,一个ERP实施可能与下一个有所不同。但是,这些差异强调了使ERP成为强大的业务工具的灵活性。 为了更深入地了解ERP解决方案如何改变您的业务,它有助于更好地了解ERP的真正含义 阅读全文
摘要:
运行已久的mysql今天突然服务停止了 查看日志 [FATAL] InnoDB: Over 95 percent of the buffer pool is occupied by lock heaps or the adaptive hash index! Check that your tran 阅读全文
摘要:
"D:\Program Files (x86)\VMware\VMware Workstation\vmware.exe" -x "F:\wim2012R2_Copy\wim2012R2_Copy\Windows Server 2012 的克隆.vmx" https://blog.51cto.com 阅读全文