摘要:
CS5序列号 1330-1343-1830-9875-8192-3098 1330-1650-7442-9032-3879-0986 先进行下面步骤再安装,别反了,如果安装好了试下序列,不行还得按下面来 adobe photoshop CS 5.1 Extended注册方法: 1 进入文件夹%windir%\system32\drivers\etc\ 一般是 C:\WINDO...
阅读全文
posted @ 2016-05-20 15:25
Chen Jian
阅读(302)
推荐(0)
编辑
摘要:
110 ###################### #coding=UTF8 from xml.etree import ElementTree #xmlText = open("xml.txt").read() #root = ElementTree.fromstring(xmlText) root = ...
阅读全文
posted @ 2016-05-18 17:15
Chen Jian
阅读(8041)
推荐(0)
编辑
posted @ 2016-05-13 19:35
Chen Jian
阅读(4150)
推荐(0)
编辑
摘要:
来自:http://blog.csdn.net/chain2012/article/details/7476493 当要push代码到Git时,出现提示: error:failed to push some refs to ... Dealing with “non-fast-forward” errors From time to time you may encounter this...
阅读全文
posted @ 2016-05-03 17:35
Chen Jian
阅读(587)
推荐(0)
编辑
摘要:
github 是一个基于 git 的代码托管平台,付费用户可以建私人仓库,免费用户只能使用公共仓库。对于一般人来说公共仓库就已经足够了,而且也没多少代码来管理。下面简单介绍如何使用 github,供初学者参考。 一、建立仓库 点击右上角加号,选择 New repository,如图所示: 然后填写仓库名称,选上 Initialize this repository with a READ...
阅读全文
posted @ 2016-05-03 16:58
Chen Jian
阅读(363)
推荐(0)
编辑
摘要:
Odoo,OpenERP widget标签 widget="statusbar" 头部状态条标签 widget="email" 电子邮件地址标签 widget="selection" 下拉选择标签 widget="mail_followers" 关注者标签 widget="mail_thread" 消息标签 widget="progressbar" 进度条,按百...
阅读全文
posted @ 2016-05-03 11:38
Chen Jian
阅读(586)
推荐(0)
编辑
摘要:
很多朋友会发现虽然在家里同步了公司的邮箱可以正常收发邮件,可是每当使用家里的outlook发送相关邮件的时候,在公司的邮箱里找不到相关的发件记录,只能同步收件箱,而不能同步发件箱应该是比较让人困扰的问题,美的是outlook有个很好的功能,那就是秘密抄送,在收件人不知道的情况下,秘密的抄送邮件。功能确实不错,可是每次只能手动操作,而非系统自动,在自动化如此发达的现代,这种情况是不能一而再再而三的出...
阅读全文
posted @ 2016-04-28 14:12
Chen Jian
阅读(3276)
推荐(0)
编辑
摘要:
在python中,模拟http客户端发送get和post请求,主要用httplib模块的功能。 1、python发送GET请求 我在本地建立一个测试环境,test.php的内容就是输出一句话: echo 'Old friends and old wines are best.'; python发送get请求代码: #!/usr/bin/env python #codin...
阅读全文
posted @ 2016-04-19 10:41
Chen Jian
阅读(917)
推荐(0)
编辑
摘要:
在python下可以下载pydes 下载地址为 http://pydes.sourceforge.net/ 在c#下实现des加密较为简单,如下: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Security.Cryptography...
阅读全文
posted @ 2016-04-19 10:37
Chen Jian
阅读(2833)
推荐(0)
编辑
摘要:
转自 http://blog.csdn.net/xys289187120/article/details/6636331 1.在程序中添加一个断点 如果所示:在Eclipse中添加了一个程序断点 在Eclipse中一共有三种添加断点的方法 第一种: 在红框区域右键出现菜单后点击第一项 Toggle Breakpoint 将会在你右键代码的哪一行添加一个程序断点 (同样的操作方可取...
阅读全文
posted @ 2016-04-15 15:52
Chen Jian
阅读(334)
推荐(0)
编辑