摘要: 本文介绍 Spring Boot 的配置文件和配置管理,以及介绍了三种读取配置文件的方式,并进行代码演示。 阅读全文
posted @ 2021-08-08 21:14 Felix Liang 阅读(636) 评论(0) 推荐(1) 编辑
摘要: 利用上一篇文章所生成的 HelloWorld 程序,介绍 Spring Boot 的文档结构、POM 文件格式,以及如何在 JetBrains IntelliJ IDEA 工具中使用 Maven。 阅读全文
posted @ 2021-08-07 17:11 Felix Liang 阅读(770) 评论(0) 推荐(0) 编辑
摘要: 介绍 Spring 的优点与不足,并介绍为何产生 Spring Boot,然后用 IDEA 和 Spring 官网两种方式才生成 Spring Boot 框架代码,在这基础上写了第一个基于 Spring Boot 的 Hello World 程序。 阅读全文
posted @ 2021-08-04 00:42 Felix Liang 阅读(146) 评论(0) 推荐(1) 编辑
摘要: From:http://stackoverflow.com/questions/2353818/how-do-i-get-started-with-node-jsTutorialsNodeSchool.io interactive lessonsThe Art of Node (an introdu... 阅读全文
posted @ 2015-12-03 00:51 Felix Liang 阅读(268) 评论(0) 推荐(0) 编辑
摘要: 修改MySQL默认密码MySQL 的“root”用户默认状态是没有密码的,所以在 PHP 中您可以使用 mysql_connect("localhost","root","") 来连接 MySQL 服务器;如果您想为 MySQL 中的“root”用户设置密码,请在控制台中使用“mysqladmin”... 阅读全文
posted @ 2015-03-31 21:49 Felix Liang 阅读(1191) 评论(0) 推荐(0) 编辑
摘要: 错误:Visual Studio 2013 按照成功后,可以创建空web项目,但不能建webform和mvc项目。提示系统找不到指定文件,0x80070002。解决方式:Step1: Within VS, Tools > Extensions and UpdatesStep2:Expand Onli... 阅读全文
posted @ 2015-03-20 23:33 Felix Liang 阅读(4355) 评论(1) 推荐(1) 编辑
摘要: #Listen 12.34.56.78:80Listen 8888Listen 127.0.0.1:8082DocumentRoot "D:/Php/test1" ServerAdmin webmaster@host.example.com# DocumentRoot "D:/Php/test1"DocumentRoot "D:/Php/test2" ServerName host.example.com ErrorLog logs/host.example.com-error_log TransferLog logs/host.ex 阅读全文
posted @ 2013-12-30 16:52 Felix Liang 阅读(239) 评论(0) 推荐(0) 编辑
摘要: NAnthttp://sourceforge.net/projects/nant/Build a .NET Solution or Project from the Command Line http://www.c-sharpcorner.com/UploadFile/tharakram/BuildDotNetSolution11162005052301AM/BuildDotNetSolution.aspxDevenv Command Line Switches http://msdn.microsoft.com/en-us/library/xee0c8y7(v=VS.80).aspx 阅读全文
posted @ 2013-03-02 00:07 Felix Liang 阅读(193) 评论(0) 推荐(0) 编辑
摘要: 客户的原始需求收到H公司的需求信息:他们现在有三个系统:HR系统、OA系统、一卡通系统,各个系统的主要优势如下:HR:有强大的组织架构和人事信息的管理OA:有优秀的流程支持,可以让数据根据既定规则在不同的人员之间流转处理,或做数据自动处理一卡通:有良好的工卡、饭卡统一管理,充值管理,考勤管理等的功能此三个系统需要做数据同步,同步需求如下:HR跟OA:OA从HR单向获取组织架构、人事数据,当HR有... 阅读全文
posted @ 2011-09-19 21:32 Felix Liang 阅读(470) 评论(0) 推荐(0) 编辑
摘要: VB2010新特性之——标识语言版本的新命令行选项/langversion (Visual Basic)命令行选项/langversion设置编译器,使它只接受指定VB版本的语法。/langversion:version参数 version:必须。指定编译期间使用的语言版本,值只能是:9, 9.0, 10, 或10.0。备注:选项/langversion指定编译器接受的语法,如果您指定语言版本为9... 阅读全文
posted @ 2011-05-19 00:23 Felix Liang 阅读(432) 评论(0) 推荐(0) 编辑