Xcode清除缓存、清理多余证书 1、删除Xcode中多余的证书provisioning profile 手动删除: Xcode6 provisioning profile path: ~/Library/MobileDevice/Provisioning Profiles 2、清理Xcode编译项 ...
分类:
其他好文 时间:
2016-10-26 22:16:38
阅读次数:
207
Let's explore a different use of the multicast() operator in RxJS, where you can provide a selector function as a sandbox where the shared Observable ...
分类:
数据库 时间:
2016-10-26 19:38:45
阅读次数:
251
oracle中:1、查询数据库名:select name,dbid from v$database;或者show parameter db_name;2、查询实例名:select instance_name from v$instance;或者show parameter instance_name ...
分类:
数据库 时间:
2016-10-26 16:56:31
阅读次数:
243
1)demo 2)格式选择 需要导出xls的话,用 需要导出xlsx的话,用 xls和xlsx的区别的话,是储存数据量大小的问题,xls只可以保存大概5、6w数据,xlsx可以100w左右 3)长数字完整显示解决办法 就是先拼上html 特殊字符 ,再转回去 ...
分类:
Web程序 时间:
2016-10-26 13:37:42
阅读次数:
508
按照领域驱动设计的思路,我们搭建开发框架的解决方案如下: *该解决方案正在改造过程中,会随着改造的过程逐步完善。 解决方案目录 对应领域设计层 说明 Infrastructure 基础设施层 开发的底层类库 Core 包括缓存、配置、日志、常用工具、数据访问等核心组件 Core.Caching.Re ...
分类:
Web程序 时间:
2016-10-26 09:36:14
阅读次数:
261
Given an array of integers and an integer k, find out whether there are two distinct indices i and j in the array such that nums[i] = nums[j]and the d ...
分类:
其他好文 时间:
2016-10-26 09:34:14
阅读次数:
187
1、编一个程序,输入x的值,按下列公式计算并输出y值; /* Note:Your choice is C IDE */#include "stdio.h"void main(){ float X,Y; printf("请输入X:"); scanf("%f",&X); if(X<=1) { Y=X; ...
分类:
其他好文 时间:
2016-10-26 06:49:34
阅读次数:
192
【携程攻略】千岛湖骑行-其他千岛湖绿道骑行,千岛湖沿湖建有骑行车道,可以边骑行边欣赏千岛湖美景。骑行俱乐部20元一小时.千岛湖镇上就近安排车辆。咨询电话13777367764.微信号:yujian20060222 ...
分类:
其他好文 时间:
2016-10-26 06:45:06
阅读次数:
143
1 function ss() {popwin('http://localhost:8080/jeecg/plug-in/webOffice/webOffice-sample.html',700,500,1);window.open("http://localhost:8080/jeecg/plug... ...
分类:
其他好文 时间:
2016-10-26 00:31:23
阅读次数:
461