码迷,mamicode.com
首页 >  
搜索关键字:reading    ( 1497个结果
Java课笔记-Java注释
//和/* ... */ Implementation comments: tells a programmer reading your code about your implementation. /** ... */ Documentation comments: used by javad ...
分类:编程语言   时间:2017-09-23 14:30:41    阅读次数:198
python 目录
python--threading多线程总结 Javascript 的基础学习 HTTP协议 HTTP协议 玩转jquery Django 1 ...
分类:编程语言   时间:2017-09-23 10:43:32    阅读次数:142
类的操作-汽车类
#author = 'zhanghang'#coding :-*- utf-8 -*-class Car():#定义car类 def __init__(self,make,model,year): "初始化描述汽车的属性" self.make = make self.model = model se ...
分类:其他好文   时间:2017-09-22 15:30:07    阅读次数:123
Types of Security Vulnerabilities
1)内存空间安全、2)参量级别数据安全;3)通信级别数据安全;4)数据访问控制;5)通信对象身份确认。 https://developer.apple.com/library/content/documentation/Security/Conceptual/SecureCodingGuide/Ar ...
分类:其他好文   时间:2017-09-21 16:38:11    阅读次数:194
背水一战 Windows 10 (43) - C# 7.0 新特性
原文:背水一战 Windows 10 (43) - C# 7.0 新特性[源码下载] 背水一战 Windows 10 (43) - C# 7.0 新特性 作者:webabcd介绍背水一战 Windows 10 之 C# 7.0 新特性 介绍 C# 7.0 的新特性 示例1、C# 7.0 示例 1: ... ...
分类:Windows程序   时间:2017-09-21 13:48:44    阅读次数:339
c#发送短信
短息计费平台:http://sms.webchinese.cn/User/?action=key 代码: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using ...
分类:Windows程序   时间:2017-09-20 18:05:24    阅读次数:213
C#认证考试试题汇编: 第二单元:1,11
1、 using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks; namespace Txst2_1{class Animal{priv ...
分类:Windows程序   时间:2017-09-17 22:52:18    阅读次数:257
text1
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks; namespace text1{ class Program { stati ...
分类:其他好文   时间:2017-09-16 23:14:03    阅读次数:239
【The Time Traveller's Wife】
After reading The Time Traveller's Wife: It's a tragedy,I think.But it's mixed with hope.Henry is dead.but he can time travel to the years after his d ...
分类:其他好文   时间:2017-09-14 20:14:52    阅读次数:116
Linux下修改Mysql的用户(root)的密码
一、拥有原来的myql的root的密码;方法一: 在mysql系统外,使用mysqladmin # mysqladmin -u root -p password "test123" Enter password: 【输入原来的密码】 方法二: 通过登录mysql系统, mysql> use mysq ...
分类:数据库   时间:2017-09-14 00:33:37    阅读次数:213
1497条   上一页 1 ... 71 72 73 74 75 ... 150 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!