码迷,mamicode.com
首页 >  
搜索关键字:ace admin    ( 28958个结果
SVN
http://repo1.svn.ace.aliyun.com/svn/1920473349503461/21174/1tryuri: # 跳转 - path: / script: /index.php ...
分类:其他好文   时间:2014-12-10 16:05:10    阅读次数:198
ffmpeg强制使用TCP方式读取rtsp流
ffmpeg强制使用TCP方式处理rtsp流,参考网上资料,得知可以使用如下命令:“ffmpeg -rtsp_transport tcp -i rtsp://admin.......”可以是使用抓包工具进行验证一下是否强制使用了TCP方式。参考:https://freshventure.wordpr...
分类:其他好文   时间:2014-12-10 15:57:27    阅读次数:148
视频(其他)下载+tomcat 配置编码+图片上传限制大小
视频下载:前台 jsp function downVideo(value,row,index){ return 'admin/video/video!fileDown.ds?uname='+row.uname+'&filepath='+value+'">下载';}后台java :action: pu...
分类:Web程序   时间:2014-12-10 09:13:46    阅读次数:240
用pymongo对MongoDB数据提取tips
libs:pymongopython2.7.61、建立连接#encoding=utf8 frompymongoimportMongoClient url=‘mongodb://user_name:passwd@server_ip[:port]/datebase‘#管理员要接入admin数据库,由于mongoDB的验证模式,其他数据库可能无权限! con=MongoClient(url)2、选择DB并连接collectiondb=c..
分类:数据库   时间:2014-12-09 19:52:11    阅读次数:274
[转]安装openfire后admin无法登录管理控制平台
安装完openfire登录管理控制提示:E代码Loginfailed:makesureyourusernameandpasswordarecorrectandthatyou’reanadminormoderator解决方案如下: 1.使用Mysql查看工具进入数据库,进入表“ofuser”,将该表清...
分类:其他好文   时间:2014-12-09 17:39:12    阅读次数:193
php-fpm nginx.conf
Query Admin System Administration Tips, Security, Internet Skip to content Home About Me 500 Million hits/day with Nginx + PHP-FPM + MySQL I have recently registered to blitz.io, a very interested ...
分类:Web程序   时间:2014-12-09 14:09:00    阅读次数:430
Orcale(一)概念
一 . 基本概念 : 1. orcaleinstanceclient : orcale的客户端 ( 1. 中文乱码问题 :NLS_LANG=SIMPLIFIED CHINESE_CHINA.ZHS16GBK; 2. tns检测 :TNS_ADMIN=D:\Java\instantclien...
分类:其他好文   时间:2014-12-09 13:53:56    阅读次数:159
取消sudo的密码
终端输入sudo visudo,显示为以下内容:我们只要修改其中的一点内容,就可以实现sudo不需要输入密码了sudo su -chmod +w /etc/sudoersvim /etc/sudoerschmod -w /etc/sudoers找到%admin ALL=(ALL) ALL注释之, 在...
分类:其他好文   时间:2014-12-09 13:43:47    阅读次数:206
django部署实录
阿里云使用apache+mod_wsgi进行django的部署最终救星:http://blog.chedushi.com/archives/46921、http://www.it165.net/admin/html/201312/2234.html使用了virtualhost:同一个ip使用不同的端...
分类:其他好文   时间:2014-12-09 07:05:46    阅读次数:183
navicat连接oracle数据库报ORA-28547: connection to server failed, probable Oracle Net admin error错误的解决方法
原文: navicat连接oracle数据库报ORA-28547: connection to server failed, probable Oracle Net admin error错误的解决方法 navicat是通过oracle客户端连接oracle服务器的. oracle的客户端有两种,一...
分类:数据库   时间:2014-12-09 00:33:25    阅读次数:240
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!