上一页 1 2 3 4 5 6 7 8 9 10 ··· 12 下一页

2016年7月25日

安卓开发

摘要: 1.Failed to install world.apk on device 'emulator-5554! android的虚拟器设置的版本低于你的sdk版本。将AndroidMainfest.xml文件中target的版本修改成和AVD所需要API一样的值。 2.新建项目AndroidMani 阅读全文

posted @ 2016-07-25 13:30 泽口靖子 阅读(230) 评论(0) 推荐(0)

2016年7月22日

问题

摘要: 一、mysql 5.6查看日志 myini中加入(wampserver集成环境) log-output = FILEgeneral_log = 1general_log_file = d:/wamp/logs/general.log 原文链接:http://blog.csdn.net/lvjin11 阅读全文

posted @ 2016-07-22 15:21 泽口靖子 阅读(117) 评论(0) 推荐(0)

2016年7月20日

已存在提示

摘要: $("#keyword").blur(function(){ var keyword = $("#keyword").val(); if(keyword==''){ $("#keyFlag").text("必须填写"); }else{ $.post("{weimicms::U('Keyword/te 阅读全文

posted @ 2016-07-20 16:05 泽口靖子 阅读(138) 评论(0) 推荐(0)

2016年7月17日

SSH

摘要: 1.使用hql="from Employee" 出现" Employee is not mapped " 错误 (1)Employee 为对象名而不是表名 (2)没有将Employee.hbm.xml加入配置文件 2.Could not open Hibernate Session for tran 阅读全文

posted @ 2016-07-17 17:46 泽口靖子 阅读(95) 评论(0) 推荐(0)

2016年7月16日

jsp

摘要: myeclipse 批量注释快捷键 ctrl+shift+/ 阅读全文

posted @ 2016-07-16 10:57 泽口靖子 阅读(73) 评论(0) 推荐(0)

2016年7月13日

图文整理

摘要: 1.SQL 把表中字段存储的逗号隔开内容转换成列表形式http://www.cnblogs.com/lhmlyx2723356/p/4215496.html --SELECT *--FROM Table1; WITH T ( Id ,pid ,token ,module ,precision ,pr 阅读全文

posted @ 2016-07-13 14:07 泽口靖子 阅读(114) 评论(0) 推荐(0)

2016年6月17日

图文工作记录

摘要: 1. 复合条件包括and和or的写法 $map['keyword'] = array('like', '%' . $name . '%'); $map['title'] = array('like', '%' . $name . '%'); $map['_logic'] = 'OR'; $where 阅读全文

posted @ 2016-06-17 14:41 泽口靖子 阅读(346) 评论(0) 推荐(0)

2016年6月14日

C#项目转php工作记录

摘要: 1.Visual Studio Ultimate 2012 静态激活密钥 RBCXF-CVBGR-382MK-DFHJ4-C69G8 http://blog.csdn.net/jpzy520/article/details/22607091 2.VS2012 无法启动IIS Express Web服 阅读全文

posted @ 2016-06-14 21:47 泽口靖子 阅读(780) 评论(0) 推荐(0)

工作记录

摘要: 1.ajax调用,var_dump输出的时候会自动加<pre>,则返回结果不是json格式。将后台返回前的输出语句去掉即可!!! http://bbs.csdn.net/topics/391028365 2.轮询http://www.cnblogs.com/vitoLee/p/3625816.htm 阅读全文

posted @ 2016-06-14 10:36 泽口靖子 阅读(177) 评论(0) 推荐(0)

2016年6月9日

Python mining

摘要: 1.pandas,使用pycharm安装 http://bbs.pinggu.org/thread-3633477-1-1.html 2.eric4 快捷键 http://blog.csdn.net/redhat7890/article/details/5363880 3.pandas http:/ 阅读全文

posted @ 2016-06-09 12:12 泽口靖子 阅读(283) 评论(0) 推荐(0)

上一页 1 2 3 4 5 6 7 8 9 10 ··· 12 下一页

导航