1) What is Spring? It is a lightweight, loosely coupled and integrated framework for developing enterprise applications in java. 2) What are the advan ...
分类:
编程语言 时间:
2018-06-16 23:34:29
阅读次数:
242
JavaScript 对 正则表达式有内置支持 (19 章是指教程, 更详细地解释了它们的工作方式)。它们由斜线分隔: 方法测试 (): 有火柴吗? > /^a+b+$/.test('aaab') true > /^a+b+$/.test('aaa') false 方法测试 (): 有火柴吗? 方法 ...
分类:
其他好文 时间:
2018-06-16 10:35:56
阅读次数:
198
NATS is a family of open source products that are tightly integrated but can be deployed independently. NATS is being deployed globally by thousands o ...
分类:
其他好文 时间:
2018-06-11 22:01:50
阅读次数:
237
说一个新的名词,开发工具,有了开发工具,你后续的工作才会更轻松。 先简介一个新的东西IDE全名 Integrated Dexelopment Environment 翻译过来就是集成开发环境,这是用于开发软件的一种工具。比如火力不减的Java用的开发工具就是 Eclipse ,C#用的是Visual ...
分类:
其他好文 时间:
2018-06-11 00:42:55
阅读次数:
133
2018/6/10 这周开始了WEB前端课程的学习,第一周讲编程基础。 从第一段代码开始,从原始的源代码,到机器代码再到现在的高级代码。源代码通过编译器csc转换成机器代码。 从代码转换到程序需要有编译器,还要有中间代码 .NET 开发工具的总称,IDE IDE:Integrated Develop ...
错误描述: HTTP 错误 500.21 - Internal Server Error 处理程序“ExtensionlessUrlHandler-Integrated-4.0”在其模块列表中有一个错误模块“ManagedPipelineHandler 以管理员运行下面的命令注册: 32位机器: C ...
Block Functionality A block is an anonymous inline collection of code that: Has a typed argument list just like a function Has an inferred or declared ...
分类:
其他好文 时间:
2018-06-05 19:56:30
阅读次数:
157
代码如下: *SQL数据库两种连接字符串 SQL Server 身份验证登录:server = 服务器名;database=数据库名;uid=用户名;pwd=密码; Windows身份验证连接字符串:serve=服务器名;database=数据库名;Integrated Security=true; ...
分类:
数据库 时间:
2018-06-03 19:41:58
阅读次数:
968
opencv进行视频拍摄 主要类: VideoCapture与VideoWriter 代码: double rate = 30.0; Size videoSize(1280, 960); VideoCapture capture(0); //(1) capture.set(CAP_PROP_POS_ ...
分类:
其他好文 时间:
2018-06-01 17:33:25
阅读次数:
163