码迷,mamicode.com
首页 >  
搜索关键字:ber    ( 8683个结果
Xcode8编辑代码崩溃解决办法
更新了Xcode8带来了一系列问题,最大的困扰就是不支持插件了,而且最关键的是一敲代码就崩溃(就是写一个字母就开始崩),在网上找了很多解决,发现是之前装的插件遗留下来的问题,将插件全部删掉就解决了,下...
分类:其他好文   时间:2016-11-18 14:19:51    阅读次数:165
openlayers3 画扇形
参考了http://www.cnblogs.com/lingxue3769/archive/2011/11/01/2231409.html同学的博客 和 百度知道https://zhidao.baidu.com/question/244106942859229564.html同学的回复 我这边修改了 ...
分类:其他好文   时间:2016-11-18 11:51:37    阅读次数:808
rtp
dows 下资料 http://www.cnblogs.com/skyseraph/archive/2012/04/07/2435540.html一,安装Cmake二,在 jrtplib-3.9.1_1 中运行 cmake . 生成Makefile三,然后 make 接着 make install ...
分类:其他好文   时间:2016-11-18 11:49:08    阅读次数:352
401. Binary Watch
A binary watch has 4 LEDs on the top which represent the hours (0-11), and the 6 LEDs on the bottom represent the minutes (0-59). Each LED represents ...
分类:其他好文   时间:2016-11-18 07:43:39    阅读次数:176
LeetCode 136. Single Number
136. Single Number Total Accepted: 173470 Total Submissions: 331880 Difficulty: Easy Contributors: Admin Given an array of integers, every element app ...
分类:其他好文   时间:2016-11-18 07:19:05    阅读次数:142
iOScollectionView广告无限滚动(Swift实现)
今天公司里的实习生跑过来问我一般App上广告的无限滚动是怎么实现的,刚好很久没写博客了,就决定写下了,尽量帮助那些处于刚学iOS的程序猿. 做一个小demo,大概实现效果如下图所示: 基本实现思路: 1. 在你需要放置无限滚动展示数据的地方把他的数据,在原本的基础上把你要展示的数据扩大三倍.(当然扩 ...
分类:移动开发   时间:2016-11-18 07:14:26    阅读次数:207
Dynamics CRM 2015/2016/365 Web API:用户模拟
今天再更新一篇关于在Web API接口中使用用户模拟这一功能,用户模拟在Dynamics CRM开发中已经不是新概念了,历任接口都支持这个功能。在介绍怎么在Web API中使用该功能之前,我们先来过一...
分类:Windows程序   时间:2016-11-17 20:46:22    阅读次数:261
laravel transaction : laravel 的事务是不支持eloquent的, 要用DB::的方式
数据库事务处理# 你可以使用 transaction 方法,去执行一组数据库事务处理的操作: 注意: 在 transaction 闭包若抛出任何异常会导致事务自动回滚。 有时候你可能需要自己开始一个事务: 你可以通过 rollback 的方法回滚事务: 最后,你可以通过 commit 的方法提交事务 ...
分类:数据库   时间:2016-11-17 20:23:11    阅读次数:660
iOS之判断字符串是否为空字符的方法
- (BOOL) isBlankString:(NSString *)string { if (string == nil || string == NULL) { return YES; } if ([string isKindOfClass:[NSNull class]]) { return Y ...
分类:移动开发   时间:2016-11-17 19:45:30    阅读次数:236
POJ 1149 PIGS
PIGS Description Mirko works on a pig farm that consists of M locked pig-houses and Mirko can't unlock any pighouse because he doesn't have the keys. ...
分类:其他好文   时间:2016-11-17 15:55:20    阅读次数:199
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!