using System;using System.Web; namespace MingYu.Utility{ /// <summary> /// Cookie帮助类 /// </summary> public class CookieHelper { /// <summary> /// 取Coo ...
分类:
其他好文 时间:
2018-11-13 20:19:20
阅读次数:
109
https://github.com/kumavis/sw-stream ServiceWorkerStream and ServiceWorkerGlobalListener This a utility for creating streams between the page and a se ...
分类:
其他好文 时间:
2018-11-07 17:12:18
阅读次数:
190
一、Redux概念: Redux对于JavaScript应用而言是一个可预测状态的容器。换言之,它是一个应用数据流框架,而不是传统的像underscore.js或者AngularJs那样的库或者框架。 二、Redux与flux的区别: Redux和Flux很像。主要区别在于Flux有多个可以改变应用 ...
分类:
其他好文 时间:
2018-11-02 11:16:26
阅读次数:
136
几乎所有的Python 2程序都需要一些修改才能正常地运行在Python 3的环境下。为了简化这个转换过程,Python 3自带了一个叫做2to3的实用脚本(Utility Script),这个脚本会将你的Python 2程序源文件作为输入,然后自动将其转换到Python 3的形式。 本文介绍一下在 ...
分类:
编程语言 时间:
2018-10-26 19:46:02
阅读次数:
184
GreenPlum 常用命令 gpstate gpconfig gpstart gpstop 集群恢复 激活备库流程 始化备Master 参考文档 https://gp-docs-cn.github.io/docs/utility_guide/admin_utilities/gprecoverseg ...
分类:
其他好文 时间:
2018-10-25 20:16:29
阅读次数:
218
https://askubuntu.com/questions/576421/disable keyboard repeat from command line You can use the xset utility, which works on the X.org level, across ...
分类:
系统相关 时间:
2018-10-25 00:37:32
阅读次数:
336
1.开机,根据界面提示按<F2>进入<System Setup>管理界面; 2.选择<Device Settings>; 3.选择<Dell PERC<PERC H730P Adapter>Configuration Utility>; 4.选择<Configuration Management>; ...
分类:
移动开发 时间:
2018-10-08 20:45:47
阅读次数:
422
刚开始上手RN,碰到很多坑,记录一下。碰到问题多去看看github上面的issue! 启动命令react native run ios报错 1、:xcrun: error: unable to find utility "instruments", not a developer tool or i ...
分类:
其他好文 时间:
2018-10-08 19:29:57
阅读次数:
222
一、安装指定版本的模块 例如:需要安装v4.14.0版本的express框架 --save 参数,这个参数的作用,就是会在你安装依赖的同时,自动把这些依赖写入 package.js 安装多个模块 例如同时安装express 、utility等模块 全局安装express --g表示全局安装,安装到全 ...
分类:
其他好文 时间:
2018-10-06 00:05:42
阅读次数:
175
NSString *signValue = [NSString stringWithFormat:@"%@%@", valueJson, [Utility getCurrentTimes]]; NSMutableString * getSignString = [NSMutableString st ...
分类:
移动开发 时间:
2018-09-20 14:16:53
阅读次数:
1622