从DaseII开始,历经basic、Fortran、c、powerbulder,html,c#,Java......到了Stringboot,且不说还有数不清的各类其他语言,80年代的程序员,到90年代可以成为编程专家,而2000年以后,如果还以为自己是程序高手,而不去了解新的编程思想,2010年之 ...
分类:
其他好文 时间:
2019-03-02 10:59:32
阅读次数:
149
1. 安装oracle客户端 到oracle官网下载instantclient basic包,版本11,解压缩到C:\ProgramFile\instantclient,无需安装。 配置环境变量: NLS_lANG=SIMPLIFIED CHINESE_CHINA.ZHS16GBK (字符集配置) ...
分类:
数据库 时间:
2019-03-01 15:39:25
阅读次数:
216
BLAS(Basic Linear Algebra Subprograms)是一组线性代数计算中通用的基本运算操作函数集合[1]?。BLAS Technical (BLAST) Forum负责规范BLAS函数接口,?并在网站[1]公布一个由Fortran语言编写的BLAS库。这个Fortran版BL ...
分类:
其他好文 时间:
2019-03-01 09:40:06
阅读次数:
189
find目的:查找符合条件的文件 1)在那些目录中查找2)查找的内容 格式: find 目录名 选项 查找条件 举例:1)find /work/001_linux_basic/dira/ -name "test1.txt"说明: a)/work/001_linux_basic/dira/指明了查找的 ...
分类:
系统相关 时间:
2019-02-28 21:32:41
阅读次数:
216
Beside the installation guide on the main page, here is a guide to install GenieACS off a freshly installed Ubuntu 16.04 LTS. Prequisites and basic co ...
分类:
系统相关 时间:
2019-02-28 14:53:45
阅读次数:
231
#基本代码:importtimedefdecoratorrunlog_args(logval):print("logvalisruning"+str(logval))defdecoratorrunlog(func):print("outerlogisruning")definner(*args,**kwargs):print("innerlogisruning")stime=time.time()
分类:
编程语言 时间:
2019-02-27 10:22:09
阅读次数:
205
1108 Finding Average (20 分) The basic task is simple: given N real numbers, you are supposed to calculate their average. But what makes it complicated ...
分类:
其他好文 时间:
2019-02-27 01:45:34
阅读次数:
177
C# 中SqlParameter类的使用方法小结 在c#中执行sql语句时传递参数的小经验 1、直接写入法: 例如: int Id =1; string Name="lui"; cmd.CommandText="insert into TUserLogin values("+Id+",'"+Name ...
分类:
数据库 时间:
2019-02-25 20:17:06
阅读次数:
192
The Definition of Theme and Rheme The point of departure is equally presented to the speaker and to the hearer – it is theirrallying point, the ground ...
分类:
其他好文 时间:
2019-02-25 13:37:03
阅读次数:
137
redux-thunk https://github.com/reduxjs/redux-thunk Why Do I Need This? Thunks are the recommended middleware for basic Redux side effects logic, inclu ...
分类:
其他好文 时间:
2019-02-25 00:47:38
阅读次数:
197