会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
漫天飞舞
突破自我
博客园
首页
新随笔
联系
管理
订阅
2017年8月28日
oracle11g重新设置归档日志大小。日志大小超出预设,oracle异常,应用程序无法启动解决方案
摘要: 过命令窗口: 设置归档日志空间的大小[sql] view plain copysqlplus / as sysdba shutdown abort 关闭进程 startup mount 装载数据库 select * from v$recovery_file_dest; 查询归档日志 alter sy
阅读全文
posted @ 2017-08-28 13:42 fullSunlight
阅读(2566)
评论(0)
推荐(0)
2016年5月5日
resumable.js —— 基于 HTML 5 File API 的文件上传组件 支持续传后台c#实现
摘要: 在git上提供了java、nodejs、c#后台服务方式;在这里我要用c#作为后台服务;地址请见:https://github.com/23/resumable.js 我现在visual studio的环境是2013,mvc4,framwork4.0;我们来看git上给出的c#示例: samples
阅读全文
posted @ 2016-05-05 11:57 fullSunlight
阅读(2199)
评论(0)
推荐(0)
2016年2月25日
解决android studio 创建新项目后假死
摘要: 概况:升级sdk编译api后,创建新的android项目后,在构建过程中假死;原有创建的项目 均运行正常;但是新建的项目只要build,电脑除了鼠标之外的,什么都动不了。 通过一系列的折腾,并重启了N次,冒着硬盘会坏的风险,做了如下测试。 解决步骤: 0、对了半天api,我构建用的api都有了。 1
阅读全文
posted @ 2016-02-25 13:00 fullSunlight
阅读(4303)
评论(0)
推荐(1)
2016年1月11日
android 集成百度地图
摘要: 一、下载百度地图为我们提供的所有DEMO. 在这里边我选的是一键下载。二、下载后有两个项目一个是用于eclipse、另一个是android studio。我选的是android studio。 我用android studio构建出错了,说什么没有android build tools 23...
阅读全文
posted @ 2016-01-11 11:47 fullSunlight
阅读(458)
评论(0)
推荐(0)
2016年1月7日
Spring boot构建基于rest的Web服务
摘要: 一、介绍:使用Spring Boot我们可以很容易的创建一个可独立运行的Rest web服务,其中内嵌tomact,我们只需“run”就可以查看效果了。Spring Boot利用Gradle或Maven构建引入第三方库的方式,所以我么不需要去担心我们改引入哪些库,而且使用Spring Boot省去了...
阅读全文
posted @ 2016-01-07 09:08 fullSunlight
阅读(4349)
评论(0)
推荐(0)
2015年6月30日
ScrollView嵌套listview 时根据内容动态设置listview高度
摘要: public static void setListViewHeightBasedOnChilds(ListView listView){ ListAdapter listAdapter = listView.getAdapter(); if(listAdapter==...
阅读全文
posted @ 2015-06-30 11:33 fullSunlight
阅读(308)
评论(0)
推荐(0)
2015年6月18日
移动端开发三国时代
摘要: 一、Native App Native App是一种基于智能手机本地操作系统如iOS、Android、WP并使用原生程式编写运行的第三方应用程序,也叫本地app。 通常情况下,开发IOS用xcode;android开发从ADT逐步移植到android studio开发。我现在基本上是在用and...
阅读全文
posted @ 2015-06-18 10:58 fullSunlight
阅读(213)
评论(0)
推荐(0)
2015年6月4日
android Canvas drawText 文字居中
摘要: 1首先利用canvas获取画布的宽高,//获取屏幕的宽和高int width = canvas.getWidth();int height = canvas.getHeight();2获取文字的宽度, private int getTextWidth(Paint paint, String t...
阅读全文
posted @ 2015-06-04 14:29 fullSunlight
阅读(648)
评论(0)
推荐(0)
2015年5月22日
android 巧用finish方法
摘要: 在android应用开发中,我们从一个activity跳到另一个activity时,我么要用到Intent;eg:Intent intent = new Intent(A.this,B.class); startActivity(intent);这样操作的话,当我们成功跳到b的时候,当我们点击功能...
阅读全文
posted @ 2015-05-22 09:59 fullSunlight
阅读(10621)
评论(0)
推荐(0)
2015年5月15日
android studio gradle自动签名构建实现
摘要: 我为自己代言:一、在android studio中生成签名文件。 1.在android studio 选中项目,在菜单栏中选择Build. 2.点击Generate Signed APK选项卡。 3.将生成好的jks文件拷贝到项目文件中,我的项目结构目录是这样的。 二、在构建文件中加...
阅读全文
posted @ 2015-05-15 12:43 fullSunlight
阅读(2535)
评论(0)
推荐(0)
下一页
公告