随笔- 40
文章- 0
评论- 1
阅读-
27465
08 2017 档案
Window10设置技巧
摘要:1、关闭应用程序上的最近打开文件,效果图 2、固定到“开始”屏幕,效果图 3、任务栏图标太大了
阅读全文
Oracle命令集
摘要:建立表空间和用户的步骤: 用户 建立:create user 用户名 identified by "密码"; 授权:grant create session to 用户名; grant create table to 用户名; grant create tablespace to 用户名; gran
阅读全文
深入 AngularUI Router
摘要:翻译:深入 AngularUI Router 原文地址:http://www.ng-newsletter.com/posts/angular-ui-router.html ui-router: https://angular-ui.github.io/ui-router/site/#/api/ui.
阅读全文