SQL is a standard language for storing, manipulating and retrieving data in databasee. 关系型数据库:RDBMS(Relational Database Mangement System) SQLite3: Rai ...
分类:
数据库 时间:
2017-12-23 19:05:21
阅读次数:
200
Global Statistics: Common seen methods as such 1. Mean 2. Median 3. Standard deviation: the larger the number means it various a lot. 4. Sum. Rolling ...
分类:
编程语言 时间:
2017-12-21 22:56:59
阅读次数:
231
#include<stdio.h> //头文件,#号是预处理指令,standard input output header的缩写。 void main() //主函数 { printf("Hello\n"); //print format的缩写,前加Tab键空出4个格。 return(0); //\ ...
sessionid是一个会话的key,浏览器第一次访问服务器会在服务器端生成一个session,有一个sessionid和它对应。tomcat生成的sessionid叫做jsessionid。 session在访问tomcat服务器HttpServletRequest的getSession(true ...
分类:
其他好文 时间:
2017-12-21 00:09:37
阅读次数:
102
CGPROGRAM // Physically based Standard lighting model, and enable shadows on all light types #pragma surface surf Standard fullforwardshadows vertex:v... ...
分类:
编程语言 时间:
2017-12-19 15:30:00
阅读次数:
327
ABAQUS / Standard为用户提供了大量的用户子程序,使ABAQUS能够适应用户特定的分析需求。 ABAQUS / Standard用户手册的Abaqus User Subroutines Reference Guide详细介绍了ABAQUS / Standard中的所有可用的用户子程序。 ...
分类:
其他好文 时间:
2017-12-19 12:21:20
阅读次数:
308
在我们的 .net core 大迁移工程中,有些项目完成了迁移,有些还未迁移,这就带来了一个烦恼——我们自己开发的公用类库如何在 .net core 与 .net framework 项目中共享?如果不能共享,就得痛苦地针对同一个功能分别写 .net core 版与 .net framework 版 ...
分类:
Web程序 时间:
2017-12-19 01:46:24
阅读次数:
356
自动类型安全的.NET标准REST库refit 在SCOTT HANSELMAN 博客上看到一个好东西《Exploring refit, an automatic type-safe REST library for .NET Standard》,他推荐了一个.NET标准1.4 的自动类型安全的RE ...
分类:
Web程序 时间:
2017-12-19 01:00:49
阅读次数:
354
The following is a standard SSL handshake when RSA key exchange algorithm is used: 1. Client Hello Information that the server needs to communicate wi ...
分类:
其他好文 时间:
2017-12-19 00:58:41
阅读次数:
142