会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
YSHY
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
42
43
44
45
46
47
48
49
50
···
66
下一页
2014年8月11日
ubuntu 安装openproj-1.4-2.noarch.rpm
摘要: 一 openproj是rpm包,ubuntu下需要转成deb安装.具体步骤1:下载:http://sourceforge.net/projects/openproj/2:安装alien sudo apt-get install alien3:sudo alienopenproj-1.4-2.noar...
阅读全文
posted @ 2014-08-11 18:07 yshy
阅读(489)
评论(0)
推荐(0)
2014年7月16日
ThinkPadT440 Ubuntu14.04 RTL8192EE 链接无线网
摘要: ThinkPadT440安装完 Ubuntu14.04之后,查看了以下内核版本为:3.13.0-24-generic1:通过ifconfig发现没有wlan02:通过lspci -vnn | grep Wireless 查看无线网卡信息为RTL8192EE,google了一番,Realtec公司的r...
阅读全文
posted @ 2014-07-16 18:57 yshy
阅读(2018)
评论(0)
推荐(0)
2014年7月5日
ubuntu Python2.7 安装PIL问题
摘要: $sudo easy_install PILWARNING: '' not a valid package name; please use only.-separated package names in setup.py_imaging.c:75:20: fatal error: Python....
阅读全文
posted @ 2014-07-05 14:24 yshy
阅读(1115)
评论(0)
推荐(0)
2014年7月4日
Python中文乱码问题
摘要: 1:源代码#!/usr/bin/env pythonname = raw_input('请输入您的姓名:')print 'Hello,', name运行时出错:y@y:~/my_note/my_python$ python 5.py File "5.py", line 3SyntaxError:...
阅读全文
posted @ 2014-07-04 15:08 yshy
阅读(404)
评论(0)
推荐(0)
2014年7月2日
jdbc 处理mysql procedure返回的多个结果集
摘要: 1:测试数据库表usermysql> desc user$$+-------+-------------+------+-----+---------+----------------+| Field | Type | Null | Key | Default | Extra ...
阅读全文
posted @ 2014-07-02 15:29 yshy
阅读(2036)
评论(0)
推荐(0)
2014年6月29日
C和指针c6-1
摘要: #include#includechar *find_char(char const *source_str, char const *desc_str);int main(void){ char *source_str = "ABCDEF"; char *desc_str = "MMD...
阅读全文
posted @ 2014-06-29 10:28 yshy
阅读(224)
评论(0)
推荐(0)
2014年6月24日
Android IntentService 与Alarm开启任务关闭任务
摘要: 1:MyServicepublic class MyService extends IntentService{ AlarmManager alarmManager = null; PendingIntent alarmIntent = null; public MySe...
阅读全文
posted @ 2014-06-24 13:48 yshy
阅读(2329)
评论(0)
推荐(0)
2014年6月19日
log4j 将日志记录到数据库
摘要: 需要以下jar包:---log4jcommons-loggin-1.1.1.jarlog4j-1.2.16.jar---mysqlmysql-connector-java-5.1.15-bin.jar---log4j.properties配置内容log4j.rootLogger=INFO,DATAB...
阅读全文
posted @ 2014-06-19 15:32 yshy
阅读(428)
评论(0)
推荐(0)
2014年6月6日
jdbc 通过rs.getString()获取数据库中的时间字段问题
摘要: 例如在mysql中的一张表中存在一个字段opr_time为datetime类型,在JDBC 中通过rs.getString("opr_time");来获取使会在日期后面添加".0",例如日期为:2014-06-01 12:10:20 查询出来为:2014-06-01 12:10:20.0解决方法:通...
阅读全文
posted @ 2014-06-06 17:16 yshy
阅读(3878)
评论(0)
推荐(0)
2014年5月31日
Java iText5.5.1 绘制PDF表格
摘要: iText下载链接:http://sourceforge.net/projects/itext/files/会有两个文件夹:extrajars中的extrajars-2.3.jar文件用于解决中文不显示的问题。将下载的itext-5.5.1文件解压之后,将itextpdf-5.5.1.jar导入就可...
阅读全文
posted @ 2014-05-31 10:59 yshy
阅读(3418)
评论(0)
推荐(0)
上一页
1
···
42
43
44
45
46
47
48
49
50
···
66
下一页
公告