网上DS12C887的文章涉及到时间的存储格式使用的都是二进制代码,究竟使用BCD码该如何操作?正好美心官网上有一篇文章。美心官网不稳定,先贴到这里,有时间再翻译。 原文链接 State Machine Logic in Binary-Coded Decimal (BCD)-Formatted Re ...
分类:
其他好文 时间:
2020-02-14 16:50:01
阅读次数:
81
1. 如果槽函数没有参数: self.gw_Btn.clicked.connect(self.ne_event)2. 如果槽函数有参数: self.gw_Btn.clicked.connect(lambda:self.ne_event(ne))不使用lambda的话会报错:TypeError: ar ...
分类:
其他好文 时间:
2020-02-13 11:23:54
阅读次数:
70
First of all, the Component preload.js works as expected. In your design time, ( WebIDE or Eclipse ) , all development artifact, the .js files are org ...
分类:
Web程序 时间:
2020-02-08 19:39:28
阅读次数:
190
1. Saved cluster name Test Cluster != configured name cluster01。 在一个已经启动的集群中,修改集群名。 cqlsh> UPDATE system.local SET cluster_name = 'Cassendra Cluster' ...
分类:
其他好文 时间:
2020-02-06 18:19:56
阅读次数:
65
起因:新安装的idea第一次运行springboot项目报url错误(Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be configured.) ...
分类:
移动开发 时间:
2020-02-04 14:14:29
阅读次数:
274
如果我们写了EDITMODE = NONE, 那么toolbar不出现是expected的behavior 详见debug: 发现conversation history 里面的table cell可以编辑,这显示不make sense。同事在试图把这些table cell设成readonly的时候 ...
分类:
Web程序 时间:
2020-02-02 17:53:00
阅读次数:
83
In QI2/506, once you click hyperlink of product id in search result view, you can NOT reach product overview page as expected. Error message: From the ...
分类:
Web程序 时间:
2020-02-02 17:49:19
阅读次数:
93
Backup the GPO to a second server is very important. Restore a GPO if necessary. Note: WMI filter and Links need to be re-configured after restoration ...
分类:
其他好文 时间:
2020-01-31 22:44:03
阅读次数:
85
1.配置MultipartResolver 在Spring的配置文件中添加: <!--MultipartResolver --> <bean id="multipartResolver" class="org.springframework.web.multipart.commons.Commons ...
分类:
Web程序 时间:
2020-01-31 00:30:39
阅读次数:
138
本地仓库代码(git push)上传git仓库报错: 解决办法: 在git仓库创建新的仓库然后复制仓库URL链接: ...
分类:
其他好文 时间:
2020-01-28 21:25:22
阅读次数:
54