09 2017 档案

解析SQL中的包含的列和表
摘要:using System; using System.IO; using System.Collections.Generic; namespace SQLProcess { class Program { static void Main(string[] args) { Console.WriteLine("Hell... 阅读全文

posted @ 2017-09-13 17:24 HelloHongfu 阅读(537) 评论(0) 推荐(0)

dotnet core 入门
摘要:之前一至用的dotnet 做开发,项目没有用过.netcore,现在看微软对dotnetcore的重视度越来越高,所以dotnetcore也是每一个.dotnet开发人员的一项必备技能。一个偶然的机会,现在的项目需要使用linux系统做服务器,然后有一些功能需要使用脚本语言处理,就学习了一下linu 阅读全文

posted @ 2017-09-02 19:32 HelloHongfu 阅读(206) 评论(0) 推荐(0)

linux shell 突破
摘要:targetDate=$(cat maxdayid); targartMonth=${targetDate:4:2}; targartYear=${targetDate:0:4}; echo $targartMonth; date +%Y-%m-%d >>curDate ; curDate=$(cat curDate); curMonth=${curDate:5:2}; echo $curM... 阅读全文

posted @ 2017-09-01 16:46 HelloHongfu 阅读(167) 评论(0) 推荐(0)

导航