码迷,mamicode.com
首页 >  
搜索关键字:existing    ( 828个结果
axios和promise
什么是axios axios is a promise based HTTP client for the browser and node.js Features: Make XMLHttpRequests from the browser Make http requests from node ...
分类:移动开发   时间:2019-01-30 17:06:22    阅读次数:150
ServiceNow 中的权限设置
所谓权限控制,无非就是限制系统中的部分用户增删改查表或者字段的过程。在新建一个table时,我们会看到一个‘Createaccesscontrols’和’Userrole‘,如下图:![](https://s1.51cto.com/images/blog/201901/09/ee4a41d5a51dba5700e54a915878916e.png?x-oss-process=image/water
分类:其他好文   时间:2019-01-30 12:50:16    阅读次数:391
Chrome 的 PNaCl 还活着么?
WebAssembly Migration Guide Given the momentum of cross-browser WebAssembly support, we plan to focus our native code efforts on WebAssembly going for ...
分类:其他好文   时间:2019-01-30 07:16:35    阅读次数:138
Eos的Wasm智能合约的局限性
官方只支持用C++写智能合约 用C++写智能合约门槛过高,会把许多开发者挡在门外,C++的复杂性也会让智能合约的设计变得困难。 Wasm智能合约的效率并不是最优 由于C++最终也是编译成wasm字节码并在虚拟机中运行,效率并不能达到和编译成native code一样高。Wasm可以在三种模式下运行: ...
分类:其他好文   时间:2019-01-29 20:36:55    阅读次数:203
Django初印象之视图(view)
一、view的初印象 一个视图函数(类),简称视图。我们发起web请求时,返回的web响应。【大家约定成俗将视图放置在项目(project)或应用程序(app)目录中的名为views.py的文件中。】 二、普通view的样子 下面是一个以HTML文档的形式返回当前日期和时间的视图: 三、画过妆的vi ...
分类:其他好文   时间:2019-01-23 20:31:06    阅读次数:154
win文件时间问题
FILETIMEstLocal;SYSTEMTIMEstsystime;FILETIMEftCreate,ftModify,ftAccess;HANDLEhFile=CreateFile(path,GENERIC_READ,FILE_SHARE_READ,NULL,OPEN_EXISTING,FILE_FLAG_BACKUP_SEMANTICS,NULL);if(!GetFileTime(hFil
分类:Windows程序   时间:2019-01-18 16:26:55    阅读次数:211
简易的命令行入门教程:
Git 全局设置: 创建 git 仓库: 已有仓库? 使用命令行操作 初始化 Git 仓库 在初始化的项目根目录下执行以下命令,并将初始化的文件推送到 git 仓库: 提交项目到远程 Git 仓库 您需要使用 github 或者 gitlab 创建一个远程仓库,由于 Git 是一种分布式仓库管理工具 ...
分类:其他好文   时间:2019-01-14 14:31:11    阅读次数:148
[Functional Programming] Transition State based on Existing State using the State ADT (liftState, composeK)
While sometimes outside input can have influence on how a given stateful transaction transitions, there are many times where the current state at the ...
分类:其他好文   时间:2019-01-11 21:20:34    阅读次数:131
What is Systems Architecture ?
What is Systems Architecture ? Systems Architecture is a generic discipline to handle objects (existing or to be created) called "systems", in a way t ...
分类:其他好文   时间:2019-01-10 18:50:12    阅读次数:120
Flask 之装饰器有关
- 先记住一句话:自定义python装饰器时一定要记住使用@functools.wraps(func)修饰wrapper - 在Flask中使用装饰器遇到AssertionError: View function mapping is overwriting an existing... - 报错的 ...
分类:其他好文   时间:2019-01-07 22:42:12    阅读次数:174
828条   上一页 1 ... 17 18 19 20 21 ... 83 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!