上一页 1 2 3 4 5 6 7 ··· 12 下一页
摘要: LibTiff.NET是libtiff library的.net实现,代码地址为:https://github.com/BitMiracle/libtiff.net 本示例所用的版本为 <?xml version="1.0" encoding="utf-8"?> <packages> <packag 阅读全文
posted @ 2021-01-07 19:27 nil 阅读(574) 评论(0) 推荐(0)
摘要: 看官方文档,已经停止更新了,进入了维护阶段,推荐使用iText7。 https://github.com/itext/itext7-dotnet 使用的版本为 <?xml version="1.0" encoding="utf-8"?> <packages> <package id="BouncyC 阅读全文
posted @ 2021-01-06 18:57 nil 阅读(1710) 评论(0) 推荐(0)
摘要: Declare @tmp1 varchar(255), @tmp2 varchar(50); declare @tmp3 int, @tmp4 int, @tmp5 int; Declare MyCursor Cursor for Select distinct tmp1, tmp2 From ta 阅读全文
posted @ 2020-08-17 12:51 nil 阅读(231) 评论(0) 推荐(0)
摘要: 新版的 Docker 使用 /etc/docker/daemon.json(Linux) 或者 %programdata%\docker\config\daemon.json(Windows) 来配置 Daemon。 请在该配置文件中加入(没有该文件的话,请先建一个): { "registry-mi 阅读全文
posted @ 2020-07-14 01:10 nil 阅读(271) 评论(0) 推荐(0)
摘要: 我使用的是root命令 操作系统:CoreOS_2345_3.0_x64 执行命令,将<username>替换为用户名 # sudo vi /etc/sudoers.d/<username> 然后输入一下内容保存 <username> ALL=(ALL) NOPASSWD:ALL 然后使用该user 阅读全文
posted @ 2020-07-13 23:14 nil 阅读(143) 评论(0) 推荐(0)
摘要: 如果不添加 参数的话,默认是本地化的。 Explanation: t gives the first character of the AM/PM designator (the localized designator can be retrieved in DateTimeFormatInfo. 阅读全文
posted @ 2020-03-25 12:17 nil 阅读(437) 评论(0) 推荐(0)
摘要: Ckeditor5在编辑模式是通过js加载样式的,但是在显示时没有提供,官方提供了两种方式来实现。 https://ckeditor.com/docs/ckeditor5/latest/builds/guides/integration/content styles.html By taking i 阅读全文
posted @ 2019-12-07 00:59 nil 阅读(2984) 评论(0) 推荐(0)
摘要: 在数据库view的创建中,会遇到一些跨数据库的view脚本,但是在将view更新到production的时候可能忘记更改database name,导致出现一些问题。 以下脚本可以检查出包含某个关键字的view name,只需要修改 条件即可 TSql type(v,fn,p) select nam 阅读全文
posted @ 2019-08-28 11:15 nil 阅读(903) 评论(0) 推荐(0)
摘要: 报名时间未定 "河南省高等教育自学考试2018年上半年报名考试日程安排" 阅读全文
posted @ 2018-01-30 10:15 nil 阅读(434) 评论(10) 推荐(0)
摘要: 使用root账号登录CoreOS username 为你要添加的用户登录名 添加用户到root组 添加 sudo 权限 打开文件输入 保存退出 使用username登录系统,然后执行下面代码检查是否授权成功 参考:https://coreos.com/os/docs/latest/adding us 阅读全文
posted @ 2017-11-12 19:06 nil 阅读(384) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 ··· 12 下一页