- 博客(8)
- 问答 (1)
- 收藏
- 关注
转载 php的模拟请求
/ * 提交请求 * @param $host array 需要配置的域名 array("Host: act.qzone.qq.com "); * @param $data string 需要提交的数据 array("user:xiaoming",) * @param $url string 要提交的url 'http://192.168.1.12/xxx/xxx/ap
2017-08-26 16:56:48
268
转载 css 图片彩色变黑白的(滤镜效果)
html,body { -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter: grayscale(100%); filter: gray; }
2017-08-25 17:32:24
4507
原创 ios16进制转换成UIColor
#define kUIColorFromRGBA(rgbValue) [UIColor \ colorWithRed:((float)((rgbValue & 0xFF0000) >> 16))/255.0 \ green:((float)((rgbValue & 0xFF00) >> 8))/255.0 \ blue:((float)(rgbValue & 0xFF))/2
2017-08-22 10:48:02
343
转载 ios在uiwebview执行js方法
self.theTitle=[webView stringByEvaluatingJavaScriptFromString:@"document.title"];
2017-08-18 10:03:26
650
转载 模拟android toast
-(void)showMessage:(NSString *)message { UIWindow * window = [UIApplication sharedApplication].keyWindow; UIView *showview = [[UIView alloc]init]; showview.backgroundColor =
2017-08-17 11:11:14
294
转载 Android 反编译XML 代码乱码问题
转载地址:http://blog.youkuaiyun.com/u012760183/article/details/53009140 下载 下载 AXMLPrinter2.S.jar 工具 运行 Java -jar AXMLPrinter2.S.jar E:\software\activity_shop_kind.xml E:\software\activity_shop_kind.xml
2017-08-16 18:52:52
406
空空如也
关于android原生分享,加载图片资源失败
2017-03-08
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅
1