2017年12月20日
摘要: jQuery(document.body).on('change', '.singlechx', function () { var cbxname = $(this).attr("name"); if ($(this).prop("checked") == true) { $("input[nam 阅读全文
posted @ 2017-12-20 14:33 lippor 阅读(396) 评论(0) 推荐(0) 编辑
  2017年7月3日
摘要: #首先进入项目所在目录$ git init $ git remote add invest_app git@XXX.XXX.XXX:/data/gitserver/invest.git ##取别名 ##把本地文件推送到本地的仓库 $ git add ./ $ git status $ git com 阅读全文
posted @ 2017-07-03 10:03 lippor 阅读(304) 评论(0) 推荐(0) 编辑
  2017年6月17日
摘要: PHP)中使用imagick实现把PDF转成图片 操作之前,先在linux服务器安装 ghostscript 650 2017-06-17 13:31:20 root cd ./soft 651 2017-06-17 13:31:25 root wget http://ghostscript.com 阅读全文
posted @ 2017-06-17 13:58 lippor 阅读(1175) 评论(0) 推荐(0) 编辑
  2017年5月21日
摘要: 前记: 工作区:开发文件存放的目录 暂存区:.git文件夹中,git add 添加的文件存放目录 版本库:git commit 提交后文件进入版本库。 一、创建本地仓库,在/d/Projects/git目录下创建仓库。 注册: Administrator@SKY-20170408WPJ MINGW6 阅读全文
posted @ 2017-05-21 18:18 lippor 阅读(322) 评论(0) 推荐(0) 编辑
摘要: 508 2017-05-20 09:12:24 root useradd gitsrv509 2017-05-20 09:13:37 root passwd gitsrv510 2017-05-20 09:14:42 root cd /data511 2017-05-20 09:15:55 root 阅读全文
posted @ 2017-05-21 14:55 lippor 阅读(218) 评论(0) 推荐(0) 编辑
  2017年5月18日
摘要: 下载地址:https://github.com/git/git/archive/v2.4.5.tar.gz 准备工作:yum -y install zlib-devel openssl-devel perl cpio expat-devel gettext-devel curl 422 2017-0 阅读全文
posted @ 2017-05-18 08:47 lippor 阅读(387) 评论(0) 推荐(0) 编辑
  2016年9月24日
摘要: 找到my.ini 修改以下参数: 如果没有三个,则手动添加。 阅读全文
posted @ 2016-09-24 18:00 lippor 阅读(846) 评论(0) 推荐(0) 编辑
  2016年5月28日
摘要: 1、重启系统,在开机界面提示三秒内输入时候,按 “e”,进入如下界面: 2、继续按“e”,进入如下界面:并选择第二项: 3、按“e"到下面界面: 4、在rhgb quiet后 空格 然后输入:1 如图 5、按回车键,回到这个界面: 6、然后按”b“启动,会出现下面的界面,输入命令重置root密码,并 阅读全文
posted @ 2016-05-28 17:24 lippor 阅读(20535) 评论(4) 推荐(1) 编辑
  2014年12月3日
摘要: 现在开始进行mvc3.0主程序的编码一、首先引入Service,Model项目。在HomeController.cs中 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.We... 阅读全文
posted @ 2014-12-03 12:39 lippor 阅读(604) 评论(0) 推荐(0) 编辑
  2014年12月2日
摘要: 一、新建一个项目,命名为:Service,添加对项目DAO,Model的引用。引入:Spring.Aop.dll,Spring.Core.dll,Spring.Data.dll,Spring.Data.NHibernate21.dll,Spring.Web.dll 文件二、添加接口及其实现using... 阅读全文
posted @ 2014-12-02 18:52 lippor 阅读(265) 评论(0) 推荐(0) 编辑