上一页 1 ··· 155 156 157 158 159 160 161 162 163 ··· 188 下一页
摘要: https://jingyan.baidu.com/article/86f4a73eb9349037d65269bb.html C#编写的winform程序放在服务器执行 新建的一个winform程序,将config文件,与exe程序,两个拷到服务器,就可以直接运行了! C#编写的winform程序 阅读全文
posted @ 2022-11-10 19:27 yinghualeihenmei 阅读(1422) 评论(0) 推荐(0)
摘要: http://t.zoukankan.com/YYkun-p-15380859.html C# 实现数据脱敏 数据脱敏,此处以姓名、身份证为例 /// <summary> /// 姓名敏感处理 /// </summary> /// <param name="fullName">姓名</param> 阅读全文
posted @ 2022-11-10 17:59 yinghualeihenmei 阅读(557) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/lyy445910200/p/5420554.html 1.绑定数据库中一个主键前台代码:<ItemTemplate> <asp:ImageButton ID="ibtnUpdate" runat="server" CommandArgument='< 阅读全文
posted @ 2022-11-10 10:36 yinghualeihenmei 阅读(46) 评论(0) 推荐(0)
摘要: SELECT * FROM table WHERE code not LIKE '%[^0-9]%'SELECT * FROM 表WHERE IsNumeric(需要检查的字段名) = 0 阅读全文
posted @ 2022-11-09 17:06 yinghualeihenmei 阅读(1505) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/jiangyu912/article/details/4969376 iTextSharp.dll是个开源的用于生成pdf的类库了 项目中我们只需要引用就可以了,可以用来合并,拆分PDF,也可以用来添加水印 添加水印:https://zhuanlan.zh 阅读全文
posted @ 2022-11-04 14:12 yinghualeihenmei 阅读(208) 评论(0) 推荐(0)
摘要: http://www.javashuo.com/article/p-bxxifltn-hb.html 依我我的理解单元测试就是对程序的小单元进行测试,一个测试不该包含两个或更多单元,整体而言大多都是对方法、属性的编码正确性进行验证。可是每每一个方法又会调用其余的方法或属性,我这里暂称之为外部依赖,于 阅读全文
posted @ 2022-11-04 13:33 yinghualeihenmei 阅读(116) 评论(0) 推荐(0)
摘要: https://www.nhooo.com/note/qa0bsy.html C#中的Convert.FromBase64String(String)方法将指定的字符串转换为等效的8位无符号整数数组,该字符串将二进制数据编码为以64位为基数。 语法 以下是语法- public static byte 阅读全文
posted @ 2022-11-03 17:53 yinghualeihenmei 阅读(1789) 评论(0) 推荐(0)
摘要: https://www.win7zhijia.cn/jiaocheng/win7_37748.html 在刚接触新电脑的时候,许多用户都是从系统自带的ie浏览器中来寻找软件的下载地址,这时就需要点击网页中的一些链接来打开,然而有的用户想要点击某个链接时却总是无法跳转至想要的页面,那么ie浏览器跳转不 阅读全文
posted @ 2022-11-03 11:24 yinghualeihenmei 阅读(6431) 评论(0) 推荐(0)
摘要: https://xinzhi.wenda.so.com/a/1521774086208433 开始菜单中打开IE浏览器。 2 点击“设置”按钮,找到“关于Internet Explorer” 3 弹出窗口中可查看版本号。 END 方法2 1 按下“Win+R”打开“运行”,输入“CMD”,点击“确定 阅读全文
posted @ 2022-11-03 10:26 yinghualeihenmei 阅读(677) 评论(0) 推荐(0)
摘要: https://www.likecs.com/show-205115518.html 最近由于项目中利用PHP调用com组件读取word文档,然后转换成pdf格式的文件。所以在服务器Windows Server® 2008 Enterprise中安装了office 2010,然后想要配置COM组件的 阅读全文
posted @ 2022-11-02 19:00 yinghualeihenmei 阅读(117) 评论(0) 推荐(0)
上一页 1 ··· 155 156 157 158 159 160 161 162 163 ··· 188 下一页