摘要: ![](https://img2018.cnblogs.com/blog/721231/201809/721231-20180921150432645-733229540.png) ```dax 关键字数 = VAR KeyWord = "jpg" VAR TextLine = [内容] -- 执行: VAR KeyWordLen = LEN( KeyWord ) VAR Positions... 阅读全文
posted @ 2018-09-21 15:05 Kastrcn 阅读(1543) 评论(0) 推荐(0) 编辑
摘要: 解决 原贴地址:https://blog.csdn.net/u012373815/article/details/52782807 阅读全文
posted @ 2018-04-29 13:54 Kastrcn 阅读(1223) 评论(0) 推荐(0) 编辑
摘要: ![](https://images2018.cnblogs.com/blog/721231/201803/721231-20180301173712934-1875382929.png) ``` ^l^32^& [0-9]{1,} ``` 阅读全文
posted @ 2018-03-01 17:38 Kastrcn 阅读(1305) 评论(0) 推荐(0) 编辑
摘要: 请选择 1 2 3 4 请选择用户类型 1 2 3 4 chrome 下拉不显示请选择 Firefox 下拉不显示请选择 Safari 下拉显示请选择 hidden不支持ie11以下 阅读全文
posted @ 2018-02-19 16:44 Kastrcn 阅读(3337) 评论(0) 推荐(0) 编辑
摘要: print(a) 调用的是a的\_\_str\_\_方法 在python解释器里直接敲a后回车,调用的是a.\_\_repr\_\_() 如果没有定义\_\_str\_\_ \_\_str\_\_=\_\_repr\_\_() 阅读全文
posted @ 2018-01-31 10:58 Kastrcn 阅读(184) 评论(0) 推荐(0) 编辑
摘要: 远端创建仓库 登陆镜像仓库 使用 登陆远端仓库 生成需要发布 修改镜像名发布 使用 通过容器生成镜像 使用 通过已有容器生成镜像 推送到远端服务器 使用 推送远端服务器 远端查看 阅读全文
posted @ 2017-11-19 23:47 Kastrcn 阅读(2875) 评论(0) 推荐(1) 编辑
摘要: File "C:\Users\XX\AppData\Local\Programs\Python\Python36 32\lib\socket.py", line 673, in getfqdn hostname, aliases, ipaddrs = gethostbyaddr(name) Unic 阅读全文
posted @ 2017-11-13 23:30 Kastrcn 阅读(216) 评论(0) 推荐(1) 编辑
摘要: /n: 命名空间 /out: 类文件 url 地址http://XXX/sdk/SDKService?wsdl 阅读全文
posted @ 2017-11-02 16:50 Kastrcn 阅读(221) 评论(0) 推荐(0) 编辑
摘要: ``` /// /// 获取时间戳 /// /// public static string GetTimeStamp() { TimeSpan ts = DateTime.UtcNow - new DateTime(1970, 1, 1, 0, 0, 0, 0); return Convert.ToInt64(ts.TotalSeconds).ToString... 阅读全文
posted @ 2017-11-01 14:46 Kastrcn 阅读(8247) 评论(0) 推荐(0) 编辑
摘要: ``` String.prototype.format=function() { if(arguments.length==0) return this; for(var s=this, i=0; i 阅读全文
posted @ 2017-10-20 15:44 Kastrcn 阅读(1546) 评论(0) 推荐(0) 编辑