默认认为你手中已经有abp-zero项目,当前4.6.0 angularJS切换到jquery 运行项目,初始化是跳转到~/App/common/views/layout/layout.cshtml,使用的angularJS 想使用jquery版本,需要修改 Web\Controllers\Appl ...
分类:
其他好文 时间:
2017-10-30 18:17:50
阅读次数:
229
1.vsize(x) 返回X的大小(字节)数 SQL> select vsize(user),user from dual; VSIZE(USER) USER ----------- ------------------------------ 6 SYSTEM 2.uid 返回标识当前用户的唯一整... ...
分类:
其他好文 时间:
2017-10-29 11:11:13
阅读次数:
165
Paladin Manao caught the trail of the ancient Book of Evil in a swampy area. This area contains n settlements numbered from 1 to n. Moving through the ...
分类:
其他好文 时间:
2017-10-27 13:42:35
阅读次数:
224
jQuery.parseJSON(jsonString) : 将格式完好的JSON字符串转为与之对应的JavaScript对象 (jquery 方法) 1 2 3 var str = '[{"href":"baidu.com","text":"test","orgId":123,"dataType" ...
分类:
Web程序 时间:
2017-10-22 00:32:23
阅读次数:
144
最近一段时间发现在一台服务器上的MySQL的audit(http://jim123.blog.51cto.com/4763600/1955487)插件日志没有数据,刚开始以为是配置出问题就进数据库检查了一下发现没有问题,后来发现在MySQL的audit的指定文件路径下发现有轮替日志,初步分析是在使用系统的logrotate(http..
分类:
数据库 时间:
2017-10-06 14:22:32
阅读次数:
427
Given an integer n, return the number of trailing zeroes in n!. Note: Your solution should be in logarithmic time complexity. 计算n!结果的末尾有几个零。 题目要求复杂度为对 ...
分类:
其他好文 时间:
2017-10-02 11:51:19
阅读次数:
189
待完善 7.3.12 用 CAVLC 方式编码的残差数据的语义 coeff_token 指明了非零系数的个数,拖尾系数的个数。 trailing_ones_sign_flag 拖尾系数的符号 - 如果trailing_ones_sign_flag = 0, 相应的拖尾系数是+1。 - 否则,trai ...
分类:
其他好文 时间:
2017-09-27 21:48:53
阅读次数:
286
ERROR: ORA-09817: Write to audit file failed. --这种错误基本是磁盘空间满了 问题描述:sqlplus / as sysdba登不上,报上述ora-09817错误 解决:(1)df -h 查看,发现有个磁盘占满了 (2)进入根目录下,查看下是哪个目录占的 ...
分类:
其他好文 时间:
2017-09-25 17:30:30
阅读次数:
186
systemctl 使用方法: systemctl 动作 服务名.servicesystemctl start httpd.service /启动Apache httpdsystemctl restart httpd.service /重新启动systemctl stop httpd.service ...
分类:
其他好文 时间:
2017-09-24 16:13:13
阅读次数:
269
在设计一个新系统的Table Schema的时候,不仅需要满足业务逻辑的复杂需求,而且需要考虑如何设计schema才能更快的更新和查询数据,减少维护成本。 模拟一个场景,有如下Table Schema: Product(ID,Name,Description) 在设计思路上,ID是自增的Identi ...
分类:
其他好文 时间:
2017-09-19 14:58:22
阅读次数:
169