码迷,mamicode.com
首页 >  
搜索关键字:source-code    ( 706个结果
巧用Ajax的beforeSend 提高用户体验
jQuery是经常使用的一个开源js框架,其中的$.ajax请求中有一个beforeSend方法,用于在向服务器发送请求前执行一些动作。具体可参考jQuery官方文档:http://api.jquery.com/Ajax_Events/ $.ajax({ beforeSend: function() ...
分类:Web程序   时间:2019-01-21 16:13:15    阅读次数:176
React-Native StyleSheet属性支持
```js / Copyright (c) 2015 present, Facebook, Inc. All rights reserved. This source code is licensed under the BSD style license found in the LICENSE ...
分类:其他好文   时间:2019-01-14 14:57:34    阅读次数:618
(Lua) C++ 加入 Lua 環境擴充應用強度
Lua 在網上有非常多的介紹,就是一個小而巧的語言,可以放入嵌入式系統 也可以在一般的應用上非常強大,這邊主要記錄如何讓Lua加入C++裡頭應用 Lua source code 是以 C 語言下去編寫,在網上查編譯完大概有200K的大小 對於應用在STM32F407 感覺綽綽有餘 F4的Flash大 ...
分类:编程语言   时间:2019-01-08 22:50:18    阅读次数:202
python操作ftp文件
参考: https://www.pythonforbeginners.com/code-snippets-source-code/how-to-use-ftp-in-python/ https://pythonprogramming.net/ftp-transfers-python-ftplib/ ...
分类:编程语言   时间:2019-01-02 19:07:55    阅读次数:225
[Angular] ViewChild 'read' option
It is not clear in the Docs about {read: xx} option for @ViewChild. Based on the Source code, @ViewChild as view as Component, ElementRef, TemplateRef ...
分类:其他好文   时间:2018-12-28 19:23:17    阅读次数:194
How to store your password for code
https://stackoverflow.com/questions/4155187/securing-a-password-in-source-code Don't store you password in your source code, store it in a protected s ...
分类:其他好文   时间:2018-12-25 18:09:36    阅读次数:146
EnjoyingSoft之Mule ESB基础系列第三篇:Mule message structure - Mule message结构
Mule ESB是一个使用Java语言编写的开源企业服务总线,企业服务总线英文Enterprise Service Bus,简称ESB。其相关源代码也托管在GitHub上,可以在https://github.com/mulesoft/mule这里找到相关的Source Code。 MuleESB在众 ...
分类:其他好文   时间:2018-12-23 23:55:22    阅读次数:261
Spring Security(九):2.4.4 Checking out the Source(检查来源)
Since Spring Security is an Open Source project, we’d strongly encourage you to check out the source code using git. This will give you full access to ...
分类:编程语言   时间:2018-12-16 21:39:12    阅读次数:187
PEP 263 -- Defining Python Source Code Encodings(定义Python源代码编码)
官方文档:https://www.python.org/dev/peps/pep-0263/ 概要 这个PEP建议引入一个语法来声明Python源文件的编码。 Python解析器将使用这个编码信息中给定的编码来解释文件。 最引人注意的是,这增强了源代码中Unicode字符的解释。 问题描述 在Pyt ...
分类:编程语言   时间:2018-11-18 02:13:07    阅读次数:341
各大编程字体比较
各个编程字体比较 "各个字体下载地址" 10. Ubuntu mono 9. Courier new 8. Menlo 7. Hack 6. Source code pro 5. Droid Sans Mono 4. Deja vu Sans Mono 3. Inconlosata 2. Conso ...
分类:其他好文   时间:2018-10-26 22:05:04    阅读次数:222
706条   上一页 1 ... 10 11 12 13 14 ... 71 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!