首页 > 2015年07月24日 > 全部分享
WIFI网络操作
WIFI网卡状态(不可用状态值为1,正在关闭值为0,可用状态值为3,正在打开值为2) WIFI网卡状态是由一系列的整型常量表示,这一系列的整型常量都存储于WifiManager的类中 1、WIFI_STATE_DISABLED WIFI网卡不可用 2、WIFI_STAT...
分类:其他   时间:2015-07-24 06:55:10    收藏:0  评论:0  赞:0  阅读:277
14.Longest Common Prefix (String)
Write a function to find the longest common prefix string amongst an array of strings.class Solution {public: string longestCommonPrefix(vector& st...
分类:其他   时间:2015-07-24 06:55:00    收藏:0  评论:0  赞:0  阅读:249
Objective-C中的instancetype和id区别
目录(?)[-]有一个相同两个不同相同Written byMattt ThompsononDec 10th 2012一什么是instancetype二关联返回类型related result types三instancetype作用作用好处四instancetype和id的异同相同点不同点有一个相同...
分类:其他   时间:2015-07-24 06:54:50    收藏:0  评论:0  赞:0  阅读:270
R读取数据的错误
使用R读取数据的时候遇到这种错误:invalid multibyte string at ''解决方法就是:tbl <- read.delim("dir/file.txt", fileEncoding="UCS-2LE")Refhttp://stackoverflow.com/questions/4...
分类:其他   时间:2015-07-24 06:54:40    收藏:0  评论:0  赞:0  阅读:344
常用小代码(动态更新)
1,自定义颜色#define cctvColor(r,g,b) [UIColor colorWithRed:(r)/255.0 green:(g)/255.0 blue:(b)/255.0 alpha:1.0]2,系统版本号#define IOS7 [[UIDevice currentDevice]...
分类:其他   时间:2015-07-24 06:54:30    收藏:0  评论:0  赞:0  阅读:264
iOS 随机颜色(UIColor)
#import @interface UIColor (RandomColor) (UIColor *) randomColor; @end #import "UIColorRandomColor.h" @implementation UIColor (RandomColor) (UIColor *...
分类:移动平台   时间:2015-07-24 06:54:20    收藏:0  评论:0  赞:0  阅读:289
240 Search a 2D Matrix II
240 Search a 2D Matrix II这是个young‘s矩阵,最好的就是O(m+n)的算法了class Solution: # @param {integer[][]} matrix # @param {integer} target # @return {boole...
分类:其他   时间:2015-07-24 06:54:00    收藏:0  评论:0  赞:0  阅读:266
C++对象模型(2)变量访问
如何访问成员?前面介绍了C++对象模型,下面介绍C++对象模型的对访问成员的影响。其实清楚了C++对象模型,就清楚了成员访问机制。下面分别针对数据成员和函数成员是如何访问到的,给出一个大致介绍。对象大小问题其中:3个类中的函数都是虚函数lDerived继承BaselDerived_Virtual虚继...
分类:编程语言   时间:2015-07-24 06:53:40    收藏:0  评论:0  赞:0  阅读:277
Mysql常用语句
创建数据库CREATE DATABASE IF NOT EXISTS $database DEFAULT CHARSET utf8 COLLATE utf8_general_ci;CREATE DATABASE $database DEFAULT CHARACTER SET utf8 COLLATE...
分类:数据库技术   时间:2015-07-24 06:53:30    收藏:0  评论:0  赞:0  阅读:252
图片转换成base64_encode的链接代码示例
';?>
分类:Web开发   时间:2015-07-24 06:53:10    收藏:0  评论:0  赞:0  阅读:187
linux 关于session缓存丢失,自己掉坑里面了
突然间session失效了,死活打不上缓存。顺着解决思路:程序--再检查程序--文件权限--查看服务器配置 我只想说一句,我操。尼玛,各种调试,各种自虐。毫无意义,三个钟头流失。看看几点了,快凌晨两点了,恍然大悟,会不会是空间问题?查看了下空间,瞬间哭了,看下图吧使用率已经100%了,这尼玛谁挂载的...
分类:系统服务   时间:2015-07-24 06:52:00    收藏:0  评论:0  赞:0  阅读:285
UVa-12657 - Boxes in a Line
用数组写感觉萌萌哒啊,本题可以写个link函数,更加方便 1 #include 2 #include 3 #include 4 using namespace std; 5 const int maxx=100010; 6 int r[maxx],l[maxx]; 7 int n,m; 8 long...
分类:其他   时间:2015-07-24 06:51:20    收藏:0  评论:0  赞:1  阅读:341
技术愚人的编程感悟
程序员好像都是聪明人,其实不然,比如我。一个平庸的程序员应该怎样生存?
分类:其他   时间:2015-07-24 06:51:10    收藏:0  评论:0  赞:0  阅读:221
一个存储和转发http数据接口的样例。基于SP或MM计费或用户注册数据接口。
下载https://github.com/soybean217/demo-forwardingIntroduction 简介A demo for store and forwarding http data . Base SP or MM fee or user register interface...
分类:Web开发   时间:2015-07-24 06:50:30    收藏:0  评论:0  赞:0  阅读:272
导入excel精华版
//须引入 NPOI, NPOI.OOXML, NPOI.Openxml4Net, NPOI.OpenxmlFormats等程序集 自己去下载吧using System;using System.Collections.Generic;using System.Data;using System.L...
分类:其他   时间:2015-07-24 06:50:20    收藏:0  评论:0  赞:0  阅读:309
Apache rewrite配置注意事项
mod_rewrite的坑太多。 1、无法取得$_SERVER[‘SCRIPT_NAME’] 当添加rewrite后,写下如此的规则 RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} !-f RewriteRule ^(.*)$ /index.php/$1 [QS...
分类:Web开发   时间:2015-07-24 06:49:50    收藏:0  评论:0  赞:0  阅读:337
基于jquery的图片懒加载js
function lazyload(option){ var settings={ defObj:null, defHeight:0 }; settings=$.extend(settings,option||{}); var defHeight=settings.defHeight,defObj=...
分类:Web开发   时间:2015-07-24 06:49:30    收藏:0  评论:0  赞:0  阅读:220
Mac上使用brew安装nvm来支持多版本的Nodejs
brew方式如果机器没有安装过node,那么首先brew install nvm安装nvm。其次需要在shell的配置文件(~/.bashrc, ~/.profile, or ~/.zshrc)中添加如下内容:# For NVMexport NVM_DIR=~/.nvmsource $(brew -...
分类:Web开发   时间:2015-07-24 06:49:20    收藏:0  评论:0  赞:0  阅读:501
上学的时候学习的排序排序,现在流行二叉树。。
$count = 1000;for($i=0;$i $test_array[$j+1]){ $tmp = $test_array[$j]; $test_array[$j] = $test_array[$j+1]; $test_arra...
分类:编程语言   时间:2015-07-24 06:49:00    收藏:0  评论:0  赞:0  阅读:267
PHP导出数据库数据字典脚本
*///配置数据库$dbserver = "localhost";$dbusername = "root";$dbpassword = "root";$database = 'mydb';//其他配置$title = '系统数据字典';$mysql_conn = @mysql_connec...
分类:数据库技术   时间:2015-07-24 06:48:40    收藏:0  评论:0  赞:0  阅读:272
1953条   上一页 1 ... 89 90 91 92 93 ... 98 下一页
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!