会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
YSHY
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
25
26
27
28
29
30
31
32
33
···
66
下一页
2015年7月22日
oracle insert &字符插入问题
摘要: 例如执行一下语句:insert into NSRXT_SP (SP_ID, SP_TITLE, SP_DESC, SP_URL, SP_TYPE, SP_SUB_TYPE, ADD_TIME, CZRY_DM)values (227, '【提醒】新所得税申报表填写小提示', null, 'http:...
阅读全文
posted @ 2015-07-22 08:14 yshy
阅读(446)
评论(0)
推荐(0)
2015年7月20日
listview底部增加按钮
摘要: View bottomView=getActivity().getLayoutInflater().inflate(R.layout.btn_my_course, null);myCourses = (FButton) bottomView.findViewById(R.id.myCourses);...
阅读全文
posted @ 2015-07-20 13:09 yshy
阅读(699)
评论(0)
推荐(0)
2015年7月16日
IDE 常用快捷键记录
摘要: 一:Eclipse(1)删除当前行:Ctrl+D(2)最大化当前编辑窗口:Ctrl+m(3)关闭当前编辑器窗口:Ctrl+F4/Ctrl+w(4)导入依赖包:Ctrl+Shift+o二:NetBeans(1)删除当前行:Ctrl+E(2)导入依赖包:Ctrl+Shift+i三:Android Stu...
阅读全文
posted @ 2015-07-16 20:01 yshy
阅读(308)
评论(0)
推荐(0)
2015年7月15日
启动weblogic11g一直提示<141281> <unable to get file lock, will retry ...>
摘要: 一次非正常关闭weblogic之后,再次启动时启动不成功,一直提示: 解决方法:进入域目录:y@y:~$ cd oracle/middleware/user_projects/domains/yshy_domain/(1)删除edit.lok(2)进入config目录删除config.lok(3)y...
阅读全文
posted @ 2015-07-15 21:41 yshy
阅读(3424)
评论(0)
推荐(0)
2015年7月11日
(未解决)android studio:com.android.support:appcompat-v7:22+ Could not found
摘要: 错误信息如下:Error:Could not find any version that matches com.android.support:appcompat-v7:22+.Searched in the following locations:https://jcenter.bintray....
阅读全文
posted @ 2015-07-11 16:23 yshy
阅读(2541)
评论(0)
推荐(0)
android防止系统截屏
摘要: protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); getWindow().addFlags(WindowMana...
阅读全文
posted @ 2015-07-11 09:52 yshy
阅读(1656)
评论(0)
推荐(0)
2015年7月5日
oracle中的日期加减法
摘要: --加法 select sysdate,add_months(sysdate,12) from dual; --加1年 select sysdate,add_months(sysdate,1) from dual; --加1月 select sysdate,to_...
阅读全文
posted @ 2015-07-05 09:24 yshy
阅读(7608)
评论(0)
推荐(0)
2015年6月30日
把图片生成Base64字符串
摘要: public class ImgeUtils { public static String img2String(BufferedImage img,String type){ String imgStr = null; ByteArrayOutp...
阅读全文
posted @ 2015-06-30 18:03 yshy
阅读(563)
评论(0)
推荐(0)
2015年6月25日
mongose排序查询
摘要: Kc.find({bjid:req.params.bjid}).sort({'_id':1}).exec(function(err,kcs){ if(err){ res.json({no:0,msg:err}); }else{ var result = {no:1};...
阅读全文
posted @ 2015-06-25 07:50 yshy
阅读(433)
评论(0)
推荐(0)
2015年6月24日
nginx location配置
摘要: #匹配APK下载 location ~*.(apk)$ { root /var/workspace/download; } #http://xxxx/nsrxt_png/A000000.png ...
阅读全文
posted @ 2015-06-24 20:18 yshy
阅读(303)
评论(0)
推荐(0)
上一页
1
···
25
26
27
28
29
30
31
32
33
···
66
下一页
公告