• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
ArgenBarbie
博客园    首页    新随笔    联系   管理    订阅  订阅
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 29 下一页
2017年5月11日
postgresql install 报错
摘要: install.pm could not copy postgres.exe to ... 错误原因:目标文件夹的父目录不存在 阅读全文
posted @ 2017-05-11 19:44 ArgenBarbie 阅读(181) 评论(0) 推荐(0)
2017年1月18日
Visual Studio编译时报错“函数名:重定义;不同的基类型”
摘要: 错误原因: 方法在还未声明的地方就使用了。由于使用的地方与定义的地方都是在同一个.c文件中,所以没有报未声明的错误。 解决方法: 把实现放到使用的前面,或者在include语句和宏定义后面加上函数声明。 阅读全文
posted @ 2017-01-18 17:06 ArgenBarbie 阅读(20424) 评论(0) 推荐(0)
2017年1月14日
Windows Visual Studio中修改PostgreSQL代码后调试报错
摘要: 解决方法: 在源目录中重新install。 D:\postgresql-9.6.0\src\tools\msvc>install E:\pg_install 阅读全文
posted @ 2017-01-14 20:55 ArgenBarbie 阅读(274) 评论(0) 推荐(0)
2017年1月6日
Windows安装MySQL5.7.17
摘要: 1. 在MySQL官网 http://dev.mysql.com/downloads/mysql/ 上面下载ZIP安装包(第二个:Windows (x86, 64-bit), ZIP Archive)。 2. 下载完成后解压,将其放到想要安装的目录下。 例如:D:\MySQL5.7\mysql-5. 阅读全文
posted @ 2017-01-06 13:43 ArgenBarbie 阅读(12280) 评论(0) 推荐(0)
2016年12月8日
289. Game of Life -- In-place计算游戏的下一个状态
摘要: According to the Wikipedia's article: "The Game of Life, also known simply as Life, is a cellular automaton devised by the British mathematician John 阅读全文
posted @ 2016-12-08 10:45 ArgenBarbie 阅读(254) 评论(0) 推荐(0)
2016年11月10日
Swift的 convenience && designated init
摘要: http://www.th7.cn/Program/IOS/201603/789227.shtml 在 OC 中 init 方法是非常不安全的,没人能够保证 init 只被调用一次,也没有人保证在初始化方法调用以后实例的各个变量都完成初始化,甚至如果在初始化里使用属性进行设置的的话,还可能会造成各种 阅读全文
posted @ 2016-11-10 16:21 ArgenBarbie 阅读(3077) 评论(0) 推荐(0)
2016年10月31日
xcode报错http
摘要: 问题: Xcode项目发送网络请求时,报错:“App Transport Security has blocked a cleartext HTTP (http://) resource load since it is insecure. Temporary exceptions can be c 阅读全文
posted @ 2016-10-31 23:07 ArgenBarbie 阅读(122) 评论(0) 推荐(0)
2016年10月20日
268. Missing Number -- 找出0-n中缺失的一个数
摘要: Given an array containing n distinct numbers taken from 0, 1, 2, ..., n, find the one that is missing from the array. For example,Given nums = [0, 1, 阅读全文
posted @ 2016-10-20 23:01 ArgenBarbie 阅读(410) 评论(0) 推荐(0)
将1~n个整数按字典顺序进行排序,返回排序后第m个元素
摘要: 给定一个整数n,给定一个整数m,将1~n个整数按字典顺序进行排序,返回排序后第m个元素。n最大可为5000000。字典排序的含义为:从最高位开始比较。1开头的数字排在最前面,然后是2开头的数字,然后是3开头的数字……最高位相同的数字,按同样的逻辑比较次高位……以此类推。例:给定整数为n=13,m=5 阅读全文
posted @ 2016-10-20 21:07 ArgenBarbie 阅读(8209) 评论(4) 推荐(0)
2016年10月19日
239. Sliding Window Maximum *HARD* -- 滑动窗口的最大值
摘要: Given an array nums, there is a sliding window of size k which is moving from the very left of the array to the very right. You can only see the knumb 阅读全文
posted @ 2016-10-19 22:35 ArgenBarbie 阅读(282) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 29 下一页
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3