pi-top | primary/secondary education WebAssign | e-learning Kidaptive, Inc. | e-learning Frog Street | publishing Tilibra | consumer goods Credeal Man ...
分类:
其他好文 时间:
2019-12-17 13:18:47
阅读次数:
107
Nova Materials Llc | transportation/trucking/railroad Silicon Valley Mathematics Initiative (SVMI) | primary/secondary education Okmetic Oy | semicond ...
分类:
Web程序 时间:
2019-12-17 13:16:54
阅读次数:
135
Endeavor Communications | telecommunications GigSky | wireless AOptix Technologies | telecommunications Airspan Networks | telecommunications Transbea ...
分类:
其他好文 时间:
2019-12-17 11:57:22
阅读次数:
89
TEL FSI | semiconductors ELAN Microelectronics | semiconductors Mitsumi Electric Co. Ltd | semiconductors Realsil Microelectronics | semiconductors Ho ...
分类:
其他好文 时间:
2019-12-17 11:51:07
阅读次数:
98
什么是jwt jwt的问题 jwt的是实践 https://www.pingidentity.com/en/company/blog/posts/2019/jwt security nobody talks about.html OpenID+JWTs 我们之前提到过JWT在OpenID Conne ...
分类:
其他好文 时间:
2019-12-12 13:09:27
阅读次数:
96
使用NSIS制作Windows安装程序快速入门 这里使用的NSIS版本为3.04,HM NIS Edit版本为2.0.3。 制作安装程序的过程: 1. 确定安装的功能和界面元素 2. 编写 NSIS 脚本 3. 使用 NSIS 提供的 makensis 或者 makensisw 程序,将步骤 2 编 ...
package com.company.java.oop.instance; /** * 如何设计,才能保证如下类的实例对象 * 在内存中只有一份? * 1)让外界从一个池中去取对象(通过池保证类的实例在池中一份) * 2)让外界直接通过类的静态方法获取类内部创建的一个实例。 */ class Si ...
分类:
其他好文 时间:
2019-12-08 10:32:57
阅读次数:
64
DataTable数据批量写入数据库三种方法比较 1) insert循环插入; 2) sqldataadapter.update(dataset,tablename); 3) sqlbulkcopy.WriteToServer(datatable); 1、生成测试的datatable表,表结构如下: ...
分类:
数据库 时间:
2019-12-08 10:28:07
阅读次数:
111
package com.company.java.oop.cls; class ClassF { // static ClassF instance =new ClassF(); static { System.out.println("static{}.b =" +ClassF.b ); } st ...
分类:
其他好文 时间:
2019-12-07 21:34:29
阅读次数:
84
```java @Data public class Employee { private String name; } @Data public class Company { private String name; private List employees; } /** * optiona... ...
分类:
其他好文 时间:
2019-12-06 23:34:51
阅读次数:
114