- 博客(532)
- 资源 (17)
- 收藏
- 关注

转载 Install and config Redis on Mac OS X via Homebrew
Install and config Redis on Mac OS X via Homebrewby Pete HoustonBy using Homebrew, you greatly reduce the cost of setting up and configuring the development environment on Mac
2018-01-12 16:40:08
320

原创 10大H5前端框架
原创地址是10大H5前端框架https://www.cnblogs.com/kingboy2008/p/5261771.html 我在上面有加一些新的ui框架过来作为一名做为在前端死缠烂打6年并且懒到不行的攻城士,这几年我还是阅过很多同门从知名到很知名的各种前端框架,本来想拿15-20个框架来分享一下,但在跟几个前辈讨教写文章的技巧时果断被无情的
2017-12-10 18:57:41
523
1

转载 install phantomjs 2.1.1 - ubuntu
sudo apt-get updatesudo apt-get install build-essential chrpath libssl-dev libxft-dev -ysudo apt-get install libfreetype6 libfreetype6-dev -ysudo apt-get install libfontconfig1 libfontconfig1-dev -ycd
2017-09-24 18:14:50
818

转载 npm 使用淘宝镜像
npm install cnpm -g --registry=https://registry.npm.taobao.org配置默认使用淘宝镜像:(比如,如果出现 [ ..............] - loadRequestedDeps: sill install loadAllDepsIntoIdealTree)永久使用:npm config set re
2017-09-24 16:12:46
2435

原创 在ubuntu16中更新到最新的nodejs
https://askubuntu.com/questions/426750/how-can-i-update-my-nodejs-to-the-latest-versionsudo npm cache clean -fsudo npm install -g nsudo n stablesudo ln -sf /usr/local/n/versions/node//bin/
2017-09-23 21:32:55
4990
1

原创 关于android反编译
decompile an APK你需要至少3个工具Dex2jar - Tools to work with android .dex and java .class filesApkTool - A tool for reverse engineering Android apk filesJD-GUI - Java Deco
2017-06-30 14:31:17
378

转载 ubuntu 安装 mongodb 3
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 0C49F3730359A14518585931BC711F9BA15703C6Install MongoDB Community Edition on UbuntuOn this pageOverviewPackage
2017-06-01 22:19:49
460

转载 zabbix安装配置
安装: https://tecadmin.net/install-zabbix-on-ubuntu/安装agent: https://tecadmin.net/install-zabbix-agent-on-ubuntu-and-debian/How to Add Host in Zabbix Server to Monitorhttps://te
2017-03-31 22:32:02
375

原创 电脑清理,病毒查杀
你好。在任务管理器中你是找不出哪些可以关的。你可以:1、开始-运行(输入msconfig)-回车-引导---高级选项---勾选"处理器个数",选择最大核心数--勾选"最大内存" -- 确定。回到系统配置窗口-启动,保留杀毒软件和输入法,其它的全部禁用。2、用金山或者360卫士,在优化系统中打开开机加速,关闭一些你不需要开机启动的进程。选择一个杀毒软件
2017-03-25 08:04:34
934

原创 rocket chat部署
版本要是4.5的(按照官方文件来安装)最好不要用root用户,而要用非root用户,代码也不要放到root相关的目录下面腾讯云下面最好先别设置密码,然后从网页界面先登录进去,把sshd_config的allowUser 后面加上普通的默认用户ubuntu
2017-03-15 15:28:21
4364

原创 腾讯云和腾讯云 挂载新的云磁盘
理论上适应 Linux 类的所有系统,确定挂载点即可将以下命令直接全部复制,粘贴到 SSH 终端即可:mkfs.ext4 /dev/vdbecho '/dev/vdb /data1 ext4 defaults 0 0' >> /etc/fstabmount -a注释:mkfs.ext4 意思是格式化出一个 ext4 的文件格式/dev
2017-03-14 10:30:13
2357

原创 Deploying Rocket.Chat on Ubuntu
https://rocket.chat/docs/installation/manual-installation/ubuntu/Recommended Fastest Server Install via SnapsThis is the easiest way for you to get your server up and running on all suppor
2017-01-01 15:09:29
534

转载 Mongodb集群搭建的三种方式
http://blog.youkuaiyun.com/luonanqin/article/details/8497860MongoDB是时下流行的NoSql数据库,它的存储方式是文档式存储,并不是Key-Value形式。关于Mongodb的特点,这里就不多介绍了,大家可以去看看官方说明:http://docs.mongodb.org/manual/ 今天主要来说
2017-01-01 10:38:44
19340
2

转载 How to Install PostgreSQL 9.5 on CentOS/RHEL 7/6/5 and Fedora 23/22
PostgreSQL 9.5 Released. PostgreSQL is an open source object-relational, highly scalable, SQL compliant database management system. PostgreSQL is developed at the University of California at Berkele
2016-12-14 14:05:58
569

转载 MySql中添加用户,新建数据库,用户授权,删除用户,修改密码
原文 : http://blog.youkuaiyun.com/h1017597898/article/details/9815987MySQL中添加用户,新建数据库,用户授权,删除用户,修改密码(注意每行后边都跟个;表示一个命令语句结束):1.新建用户登录MYSQL: @>mysql -u root -p @>密码创建用户: mysq
2016-11-02 13:32:42
5586

转载 Nginx快捷安装到centos6.5 配置等操作
https://my.oschina.net/ramboo/blog/223408当然,首先要求是可以联网的CentOS系统,因为yum安装需要互联网连接。1.为了追加 nginx 的 yum 仓库,需要创建一个文件 /etc/yum.repos.d/nginx.repo,并将下面的内容复制进去: [nginx] name=nginx re
2016-10-17 09:55:39
395

原创 pip换源
找到相应的pip.conf 比如ubuntu上面,应该是/home/username/.pip/pip.conf ,如果没有就新建,加入下面的文本,就可以了[global]timeout = 60index-url = http://pypi.douban.com/simple/[install]use-mirrors = truemirrors = htt
2016-07-29 10:44:53
1069

原创 ansible错误解决:UNREACHABLE Failed to connect to the host via ssh.
此问题纠结了一下午,始终未解决问题,执行过程是,ansible接收动态的hosts与本地的私钥,通过无密码登录方式运行一个playbook,但是运行后始终出现如下问题: PLAY [120.27.26.*] ************************************************************TASK [setup] *********
2016-06-21 01:26:36
53868
1

转载 CENTOS 6.5 安装 Python 2.7 总结
CENTOS 6.X 系列默认安装的 Python 2.6 ,目前开发中主要是使用 Python 2.7 ,这两个版本之间还是有不少差异的,程序在 Python 2.6 下经常会出问题。比如: re.sub 函数 ,2.7 支持 flags 参数,而 2.6 却不支持。所以,打算安装 Python 2.7 来运行 Flask 应用程序,但 2.6 不能删除,因为系统对它有依赖。
2016-01-28 17:51:23
2589

原创 运用supervisord管理后台运行程序, 以及注意事项
1. 安装 sudo pip install supervisor2. 添加配置文件: sudo echo_supervisord_conf > /etc/supervisord.conf3. 设置开机启动:Supervisor is not running at startup. You can configure an init.d script t
2015-08-22 08:06:38
2616

转载 ubuntu安装好后 ssh进入出错 access denied
http://askubuntu.com/questions/469143/how-to-enable-ssh-root-access-on-ubuntu-14-04Simply adding a password for root is not enough for Ubuntu 14.04 Server.You also need to edit /etc/ss
2015-08-18 12:48:04
5818

转载 Ubuntu 安装 Redis(转的配置)
转载地址 : http://blog.youkuaiyun.com/ithomer/article/details/8962241Redis,is an open source, BSD licensed, advanced key-value store. It is often referred to as a data structure server since keys
2015-07-09 13:32:51
584

转载 在Ubuntu中安装Redis
转载地址:http://blog.fens.me/linux-redis-install/在Ubuntu中安装RedisR利剑NoSQL系列文章,主要介绍通过R语言连接使用nosql数据库。涉及的NoSQL产品,包括Redis, MongoDB, HBase, Hive, Cassandra, Neo4j。希望通过我的介绍让广大的R语言爱好者,有更多的开发选择,做出更多地激
2015-07-09 13:30:59
473

转载 重置ubuntu的密码: Reset root password (Ubuntu Linux) without CD
转载自: http://www.faqforge.com/linux/reset-root-password-ubuntu-linux-without-cd/Reset root password (Ubuntu Linux) without CDTweetResetting your systems root password may be a neces
2015-07-06 13:21:15
2551

转载 Android利用Fiddler进行网络数据抓包
地址:http://www.trinea.cn/android/android-network-sniffer/ http://blog.youkuaiyun.com/forlong401/article/details/23538951Android利用Fiddler进行网络数据抓包主要介绍Android及IPhone手机上如何利用Fiddler进行网络数据抓包,比如我们
2015-05-24 16:59:51
1077

原创 Ubuntu mongodb 安装和配置- 常用命令
这个文档挺好的https://blog.youkuaiyun.com/u010523770/article/details/54599548先添加超级用户:use admindb.createUser( { user: "admin", pwd: "password", roles: [ { role: "root", db: "admin" } ] });exit; m...
2015-04-14 17:03:42
1823

转载 远程访问Linux上Mysql出错解决方案
远程访问Linux上Mysql出错解决方案 问题描述: 服务器部署在Debian系统,在服务器端能正常使用Mysql,但在远程连接Mysql时提示出错 有2003,10060,10061等错误出现 解决方案: 1,修改/etc/init.d/my.cnf文件 将文件中的“bind-address
2014-11-08 19:36:48
727

转载 使用Fabric部署网站应用
以前一直用rsync同步代码到服务器,这种山寨方法用一次两次还可,每天部署10次就麻烦了,最近抽空研究了一下Fabric,发现这个东西部署起来简直太爽了。Fabric是一个用Python开发的部署工具,最大特点是不用登录远程服务器,在本地运行远程命令,几行Python脚本就可以轻松部署。花10分钟写了一个部署脚本fabfile.py(名字不能变),放到工程目录下:#!/usr/bin/
2014-10-24 16:55:34
850

转载 A Django setup using Nginx and Gunicorn
http://goodcode.io/blog/django-nginx-gunicorn/
2014-09-28 10:00:24
947

原创 mysql related tips
1. install mysql on centos:yum install mysql mysql-server2.change passpa
2014-09-25 13:36:05
707

转载 Using a Postman http client for efficient HTTP testing
Interacting with the API's have become a significant part of software development and constructing and testing them effectively will always boost up the business firm.POSTMAN HTTP and REST client is
2014-09-16 14:10:01
1009

转载 Introduction to functional testing with Selenium in Django
https://agiliq.com/blog/2014/09/using-postman/
2014-09-16 14:08:37
832

转载 Minimal Nginx and Gunicorn configuration for Django projects
http://agiliq.com/blog/2013/08/minimal-nginx-and-gunicorn-configuration-for-djang/
2014-09-16 14:02:14
742

转载 Supervisor with Django and Gunicorn
forked from : https://agiliq.com/blog/2014/05/supervisor-with-django-and-gunicorn/
2014-09-16 13:52:27
917

转载 SVN常用命令说明
/*** 转载请注明作者longdick http://longdick.javaeye.com**/ SVN版本:1.5 及更新版本名词说明:WC:Working Copy 你的工作区Versioned:受控的;受版本控制的 SVN是什么? SVN是开源的版本控制系统。比CVS更多的特性。
2014-09-14 06:54:39
560

转载 git 的常用用法
git cherry-pick //能把别的分支的commit-id移到当前分支。 也可能恢复删除的commit;git cherry-pick git reset HEAD^ //删除本次的commit,恢复到上次的提交状态。本次提交
2014-08-29 14:29:05
696
libdmtx库 pydmtx Libdmtx php_dmtx
2013-12-12
ImageMagick-6.8.7-6.tar.gz
2013-11-22
oracle连接MYSQL的库
2010-12-28
facelets example program 编程 例子 JavaJazzUp.pdf
2010-01-21
ajax4jsf-1.0.6.jarajax4jsf-1.0.6.jar
2009-12-13
myfaces的jar包,是官网最新的。
2009-07-07
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人