码迷,mamicode.com
首页 >  
搜索关键字:zen coding    ( 13130个结果
Coding in Delphi(前4章翻译版本) (PDF)
第四章翻译完成有一段时间了 写在前面的话 本次翻译纯属爱好,目的是提高对英文文档的理解和阅读能力,本文档大部分采用直 译的方式,而且保留了原来的英文。目的只是辅助大家理解,不喜勿喷。翻译的认为不正确 的,强烈的欢迎大家入群讨论(DIOCP 群: 320641073)一起翻译,衷心希望有英文功底加入进...
分类:Windows程序   时间:2015-01-14 14:02:30    阅读次数:449
scrapy
# -*- coding: utf-8 -*- import scrapy import chardet from scrapy.spider import BaseSpider from scrapy.selector import HtmlXPathSelector from scrapy.ut...
分类:其他好文   时间:2015-01-14 09:39:24    阅读次数:148
[LeetCode][Python]Palindrome Number
# -*- coding: utf8 -*-'''__author__ = 'dabay.wang@gmail.com'https://oj.leetcode.com/problems/palindrome-number/Determine whether an integer is a palin...
分类:编程语言   时间:2015-01-14 06:14:41    阅读次数:177
[LeetCode][Algorithms]String to Integer (atoi)
# -*- coding: utf8 -*-'''__author__ = 'dabay.wang@gmail.com'https://oj.leetcode.com/problems/string-to-integer-atoi/Implement atoi to convert a string...
分类:其他好文   时间:2015-01-14 00:36:59    阅读次数:143
[LeetCode][Algorithms]Reverse Integer
# -*- coding: utf8 -*-'''__author__ = 'dabay.wang@gmail.com'https://oj.leetcode.com/problems/reverse-integer/Reverse digits of an integer.Example1: x ...
分类:其他好文   时间:2015-01-14 00:36:01    阅读次数:167
[LeetCode][Python]ZigZag Conversion
# -*- coding: utf8 -*-'''__author__ = 'dabay.wang@gmail.com'https://oj.leetcode.com/problems/zigzag-conversion/The string "PAYPALISHIRING" is written ...
分类:编程语言   时间:2015-01-13 21:10:46    阅读次数:416
Dynamic CRM 2013学习笔记(二十七)无代码 复制/克隆方法
前面介绍过二种复制/克隆方法:《Dynamic CRM 2013学习笔记(十四)复制/克隆记录》 和《Dynamic CRM 2013学习笔记(二十五)JS调用web service 实现多条记录复制(克隆)功能》。 第一种方法,是复制单个同类型实体;第二种方法是在list界面,复制多条记录到另一个实体;这二种方法都要coding。 下面介绍一种复制方法,无需代码,就可以在创建时,把另一实体的...
分类:其他好文   时间:2015-01-13 19:57:10    阅读次数:160
Python在Linux系统下的tab补齐
#!/usr/bin/envpython#_*_coding:utf-8_*_importsysimportosimportreadlineimportrlcompleterimportatexitreadline.parse_and_bind(‘tab:complete‘)histfile=os.path.join(os.environ[‘HOME‘],‘.pythonhistory‘)try:readline.read_history_file(histfile)exceptIOError:passate..
分类:编程语言   时间:2015-01-13 17:55:32    阅读次数:160
linux上用c实现算术编码(二)--具体代码
转载注明出处:http://blog.csdn.net/wang_zheng_kai 让学生用开发工具,练习学到的数据压缩编码 本文包括两部分: linux上用c实现算术编码(一)--具体操作 linux上用c实现算术编码(二)--具体代码 /********************************* ***Arithmetic coding...
分类:系统相关   时间:2015-01-13 17:51:28    阅读次数:242
Git 的是使用入门
Coding 代码管理快速入门当项目创建好了之后,我们该如何上传代码到 coding 上呢? Coding 网站使用“ Git 仓库”(类似 github )来管理代码。 其操作原理在于:利用 git 服务,将本地的项目目录下的文件同步到 coding 的“ Git 仓库”本文主要包含如下内容:命令...
分类:其他好文   时间:2015-01-13 12:12:55    阅读次数:287
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!