码迷,mamicode.com
首页 >  
搜索关键字:python 邮件 smtplib 抄送    ( 147673个结果
[leetcode]Merge Two Sorted Lists @ Python
原题地址:https://oj.leetcode.com/problems/merge-two-sorted-lists/题意:Merge two sorted linked lists and return it as a new list. The new list should be made...
分类:编程语言   时间:2014-06-15 21:58:31    阅读次数:238
PYTHON对文件及文件夹的一些操作
python中对文件、文件夹的操作需要涉及到os模块和shutil模块。 创建文件: 1) os.mknod("test.txt") 创建空文件 2) open("test.txt",w) 直接打开一个文件,如果文件不存在则创建文件 创建目录: os.mkdir("file") 创建目录 复制文件....
分类:编程语言   时间:2014-06-15 21:53:58    阅读次数:247
iOS- 如何将应用集成发短信、发邮件、打电话
1.发短信 实现打电话的功能,主要二种方法,下面就分别说说它们的优缺点。1.1.发短信(1)——URL // 直接拨号,拨号完成后会停留在通话记录中a、方法:NSURL *url = [NSURL URLWithString:@"sms://10010"];...
分类:移动开发   时间:2014-06-15 21:43:36    阅读次数:378
[leetcode]Permutation Sequence @ Python
原题地址:https://oj.leetcode.com/submissions/detail/5341904/题意:The set[1,2,3,…,n]contains a total ofn! unique permutations.By listing and labeling all of ...
分类:编程语言   时间:2014-06-15 21:33:16    阅读次数:270
[leetcode]Reverse Nodes in k-Group @ Python
原题地址:https://oj.leetcode.com/problems/reverse-nodes-in-k-group/题意:Given a linked list, reverse the nodes of a linked listkat a time and return its mod...
分类:编程语言   时间:2014-06-15 21:24:43    阅读次数:293
C# 接受邮件 两种方式
有些累了,不想写太多,直接把代码贴上EWS源码POP协议源码PS:如果我们发现引入的一个dll,能够添加引用,但是一编译又找不到,那么很有可能是.net framework 版本不同。不如需要把当前工程的.net framework 4 client profile 改成 .net framewor...
分类:其他好文   时间:2014-06-15 21:14:00    阅读次数:194
[转]十类英文电子邮件高频句(一)
1. Greeting message 祝福Hope you have a good trip.祝旅途愉快。How are you?你好吗?How is the project going on?项目进行顺利吗?2. Initiate a meeting 发起会议I suggest we have ...
分类:其他好文   时间:2014-06-15 20:40:09    阅读次数:260
【美妙的Python之二】Python初步
美妙的Python之Python起步 简而言之:Python 是能你无限惊喜的语言,与众不同。 1.动态类型: Python是一种动态类型语言,不须要预先声明变量的类型,变量的类型和值在赋值那一刻动态地初始化。这一点与C/C++,Java等静态类型语言全然不同,静态类型在编译阶段就...
分类:编程语言   时间:2014-06-15 20:18:35    阅读次数:239
[leetcode]Longest Substring Without Repeating Characters @ Python
原题地址:https://oj.leetcode.com/problems/longest-substring-without-repeating-characters/题意:Given a string, find the length of the longest substring witho...
分类:编程语言   时间:2014-06-15 19:51:00    阅读次数:254
学习Python编程的11个资源
转自:http://news.cnblogs.com/n/210346/1.笨办法学 Pythonhttp://learnpythonthehardway.org/book/有各种练习题你将会会学到:在所有的平台上安装 Python 编程环境写 Python 程序理解 Python 语法和文档像一个...
分类:编程语言   时间:2014-06-15 18:10:32    阅读次数:394
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!