上一页 1 2 3 4 5 6 7 8 9 ··· 17 下一页
摘要: ``` /// /// 时间转换 毫秒级别的时间戳 /// /// /// public static string GetChinaTicks(DateTime dateTime) { //北京时间相差8小时 DateTime startTime ... 阅读全文
posted @ 2020-05-15 09:54 Alex_Mercer 阅读(6350) 评论(0) 推荐(0) 编辑
摘要: 1.了解钉钉审批流API接口的使用 "钉钉审批流API" 安装 RestSharp 包 2.建立请求和接受的Dto 3.创建调用钉钉审批流API的方法 需要获取钉钉的ACCESSTOken,看官网即可 4.使用例子 阅读全文
posted @ 2020-05-15 09:24 Alex_Mercer 阅读(2782) 评论(0) 推荐(1) 编辑
摘要: 参考链接 //https://www.cnblogs.com/han1982/p/4874302.html 需要增加 | BindingFlags.Static 来获取静态私有方法 代码如下 class Program { private static void Main(string[] args 阅读全文
posted @ 2020-05-13 16:33 Alex_Mercer 阅读(1098) 评论(0) 推荐(0) 编辑
摘要: 参考链接: https://www.cnblogs.com/soyxiaobi/p/9846057.html 后期考虑将这个整成一个单独的服务 https://www.jianshu.com/p/f3adb1aab09e 里面的正则有问题 https://www.jianshu.com/p/4579 阅读全文
posted @ 2020-05-13 16:10 Alex_Mercer 阅读(127) 评论(0) 推荐(0) 编辑
摘要: 参考链接 https://www.cnblogs.com/qcloud1001/p/9848619.html 阅读全文
posted @ 2020-05-11 15:45 Alex_Mercer 阅读(224) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-04-27 14:02 Alex_Mercer 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-04-27 13:22 Alex_Mercer 阅读(0) 评论(0) 推荐(0) 编辑
摘要: 参考链接 https://www.cnblogs.com/kevin2013/archive/2010/07/02/1769682.html case when 有两种方式,一个是分支判断,一个是搜索函数。 1.分支选择函数 2.搜索函数 等待补充 阅读全文
posted @ 2020-04-27 11:42 Alex_Mercer 阅读(636) 评论(0) 推荐(0) 编辑
摘要: 参考来源 https://ding doc.dingtalk.com/doc /serverapi2/cmct1a 1.创建审批流 postUrl:https://oapi.dingtalk.com/topapi/processinstance/create?access_token=Token / 阅读全文
posted @ 2020-04-24 16:31 Alex_Mercer 阅读(5176) 评论(0) 推荐(0) 编辑
摘要: 参考链接 https://blog.csdn.net/weixin_30865427/article/details/95292607 问题原因: pre commit钩子惹的祸 当你在终端输入git commit m"XXX",提交代码的时候, pre commit(客户端)钩子,它会在Git键入 阅读全文
posted @ 2020-04-24 10:25 Alex_Mercer 阅读(274) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 17 下一页