• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
 






liguangsunls

 
 

Powered by 博客园
博客园 | 首页 | 新随笔 | 联系 | 订阅 订阅 | 管理
上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 188 下一页

2017年8月4日

ORA-00349: failure obtaining block size for '+fra_grp01_d
摘要: 有一次恢复库以后,open时报错ORA-00349,例如以下。最后通过删除这个log group解决。 SQL> alter database open resetlogs; alter database open resetlogs * ERROR at line 1: ORA-00349: fa 阅读全文
posted @ 2017-08-04 09:07 liguangsunls 阅读(936) 评论(0) 推荐(0)
 
iOS图片加水印效果的实现并保存至相冊
摘要: 图片加水印效果的实现并保存至相冊 实现效果如图: project下载:githubproject下载链接 代码: - (void)viewDidLoad { [super viewDidLoad]; UIImage *image = [UIImage imageNamed:@"pushu.jpg"] 阅读全文
posted @ 2017-08-04 08:55 liguangsunls 阅读(660) 评论(0) 推荐(0)
 

2017年8月3日

如何添加、删除、合并PDF文件里的页面?
摘要: 使用Adobe Acrobat。 Adobe中文官网http://www.adobe.com/cn/products/acrobat.html 能够自己下载破解版。 如何在PDF中插入空白页? 先自己创建一个仅仅有一页空白页的WORD文件,然后转成PDF,然后用acrobat将这个仅仅有一页空白页的 阅读全文
posted @ 2017-08-03 21:53 liguangsunls 阅读(452) 评论(0) 推荐(0)
 
模式识别 - libsvm的函数调用方法 具体解释
摘要: libsvm的函数调用方法 具体解释 本文地址: http://blog.csdn.net/caroline_wendy/article/details/26261173 须要载入(load)SVM的模型, 然后将结点转换为SVM的格式, 即索引(index)+数据(value)的形式; 释放SVM 阅读全文
posted @ 2017-08-03 21:22 liguangsunls 阅读(267) 评论(0) 推荐(0)
 
单点登录方案的比較和选择
摘要: 1、OpenSSO 以前Sun的一款开源产品,从非常少的那一点点中文资料上来看,这个能实现我须要的那种SSO模式。从SUN被Oracle收购之后,Oracle便关闭了OpenSSO这个项目,如今在网上下不到OpenSSO的安装文件。并且以前的那些在SUN公布的非常多相关的帮助文档,大多数链接都失效了 阅读全文
posted @ 2017-08-03 20:18 liguangsunls 阅读(605) 评论(0) 推荐(0)
 
archive的时候报“ no identity found"错误 解决方式
摘要: 第一步: 在xcode target general identity team里 增加你们公司的账号就能够了 第二步: Xcode > Preferences > Accounts > View Details > And just refresh the Provisioning Profile 阅读全文
posted @ 2017-08-03 19:57 liguangsunls 阅读(368) 评论(0) 推荐(0)
 
C++之类的静态成员变量和静态成员函数
摘要: static静态成员函数 在类中。static 除了声明静态成员变量,还能够声明静态成员函数。普通成员函数能够訪问全部成员变量。而静态成员函数仅仅能訪问静态成员变量。 我们知道。当调用一个对象的成员函数(非静态成员函数)时,系统会把当前对象的起始地址赋给 this 指针。而静态成员函数并不属于某一对 阅读全文
posted @ 2017-08-03 19:04 liguangsunls 阅读(197) 评论(0) 推荐(0)
 
Android开发学习秘籍笔记(十九)
摘要: 吼。花了2天最后做出了一个类似于蓝牙串口助手功能的小程序,事实上也是实习公司的要求---有一个蓝牙无线扫描枪,要求终端能够通过蓝牙连接到该设备,而且蓝牙无线扫描枪扫描二维码或者条形码的时候能够将二维码或者条形码的数据输出到TextView中。 效果: 听效果是不是感觉非常好做。说明下蓝牙扫描器的功能 阅读全文
posted @ 2017-08-03 18:49 liguangsunls 阅读(264) 评论(0) 推荐(0)
 
quantz入门和使用流程(转载)
摘要: 1、下载地址:http://quartz-scheduler.org/downloads/catalog http://quartz-scheduler.org/downloads/destination?name=quartz-2.2.1-distribution.tar.gz&bucket=tc 阅读全文
posted @ 2017-08-03 18:34 liguangsunls 阅读(338) 评论(0) 推荐(0)
 
Codeforces Round #346 (Div. 2) - A Round House
摘要: A. Round House time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output Vasya lives in a round bui 阅读全文
posted @ 2017-08-03 17:49 liguangsunls 阅读(201) 评论(0) 推荐(0)
 
上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 188 下一页