小新新2015

导航

 

2019年10月20日

摘要: 1.1 lombok 详细使用可以看官网:https://projectlombok.org/features/all 1.2 使用@Data注解,这个注解的作用是: @Data All together now: A shortcut for @ToString, @EqualsAndHashCo 阅读全文
posted @ 2019-10-20 11:26 小新新2015 阅读(374) 评论(0) 推荐(0) 编辑
 
摘要: 1.1 官网下载 https://start.spring.io/ ,下载项目,目前版本 <version>2.2.0.RELEASE</version> 主POM文件 1.2 设置 apoplications.properties文件 1.3 创建package domain,用于存放java的实 阅读全文
posted @ 2019-10-20 11:01 小新新2015 阅读(367) 评论(0) 推荐(0) 编辑
 

2017年4月10日

摘要: 1 php删除数组首个元素 2 $a=array("a"=>"red","b"=>"green","c"=>"blue"); 3 echo array_shift($a); 4 print_r ($a); 5 red Array ( [b] => green [c] => blue ) 6 7 8 合并数组 9 $a1=array('a'=>... 阅读全文
posted @ 2017-04-10 17:11 小新新2015 阅读(149) 评论(0) 推荐(0) 编辑
 

2017年3月3日

摘要: sublime,gbk,utf8,gb2312 阅读全文
posted @ 2017-03-03 13:19 小新新2015 阅读(175) 评论(0) 推荐(0) 编辑
 
摘要: lamba,DataTable ,Columns,AsEnumerable,ToList,ForEach 阅读全文
posted @ 2017-03-03 13:10 小新新2015 阅读(276) 评论(0) 推荐(0) 编辑
 

2017年3月2日

摘要: Boxy Theme ,Boxy Monokai ★ Predawn,Boxy Nova ★ Minimal,Boxy Ocean ★ Material,Boxy Solarized Dark ★ Code 阅读全文
posted @ 2017-03-02 21:54 小新新2015 阅读(3917) 评论(0) 推荐(0) 编辑
 

2017年2月27日

摘要: 项目地址:https://github.com/the-control-group/voyager 看readme.md,其中很重要的一句 :Laravel Admin & BREAD System (Browse, Read, Edit, Add, & Delete), made for Lara 阅读全文
posted @ 2017-02-27 13:43 小新新2015 阅读(2177) 评论(0) 推荐(0) 编辑
 

2016年9月1日

摘要: static function get_categoryII() { return array( array('id' => 1, 'c1id' => 1, 'name' => '1aaaa'), array('id' => 2, 'c1id' => 1, 'name' => '1bbb'), arr... 阅读全文
posted @ 2016-09-01 21:11 小新新2015 阅读(900) 评论(0) 推荐(0) 编辑
 

2016年5月18日

摘要: http://yourname:password@git.oschina.net/name/project.git 阅读全文
posted @ 2016-05-18 11:38 小新新2015 阅读(126) 评论(0) 推荐(0) 编辑
 

2016年5月9日

摘要: git rm --cached GuoJiWeb/Properties/PublishProfiles/Profile1.pubxml 阅读全文
posted @ 2016-05-09 14:23 小新新2015 阅读(106) 评论(0) 推荐(0) 编辑