首页 > 2016年09月16日 > 全部分享
Ubuntu下修改DNS重启也能用的方法
安装好Ubuntu之后设置了静态IP地址,再重启后就无法解析域名。想重新设置一下DNS,打开/etc/resolv.conf cat /etc/resolv.conf# Dynamic resolv.conf(5) file for glibc resolver(3) generated by re ...
分类:系统服务   时间:2016-09-16 11:17:28    收藏:0  评论:0  赞:0  阅读:269
Python 上下文关系
...
分类:编程语言   时间:2016-09-16 11:17:17    收藏:0  评论:0  赞:0  阅读:132
CodeForces 689E Mike and Geometry Problem
...
分类:其他   时间:2016-09-16 10:13:58    收藏:0  评论:0  赞:0  阅读:243
C#中如何判断一个字符是汉字
判断一个字符是不是汉字通常有三种方法,第一种用 ASCII 码判断,第二种用汉字的 UNICODE 编码范围判 断,第三种用正则表达式判断,以下是具体方法。 1、用ASCII码判断 在 ASCII码表中,英文的范围是0-127,而汉字则是大于127,具体代码如下: string text = "是不 ...
分类:Windows开发   时间:2016-09-16 10:13:50    收藏:0  评论:0  赞:0  阅读:280
PYTHON学习笔记-DAY-8
Python之路,Day8 - Socket网络编程 本节内容 Socket介绍 Socket参数介绍 基本Socket实例 Socket实现多连接处理 通过Socket实现简单SSH 通过Socket实现文件传送 作业:开发一个支持多用户在线的FTP程序 1. Socket介绍 概念 A netw ...
分类:编程语言   时间:2016-09-16 10:13:39    收藏:0  评论:0  赞:0  阅读:287
Xcode 8 Simulator Stop Logging too much info
按照以下内容设置即可: ...
分类:其他   时间:2016-09-16 10:13:10    收藏:0  评论:0  赞:0  阅读:263
ubuntu:solve the problem of 'E:Problem with MergeList /var/lib/apt/lists/'
just run this command: sudo rm /var/lib/apt/lists/* -vfR it will remove all the software package with the state of 'apt-get install' and no use to lea ...
分类:系统服务   时间:2016-09-16 10:12:47    收藏:0  评论:0  赞:0  阅读:232
xss
http://netsecurity.51cto.com/art/201408/448305_all.htm ...
分类:其他   时间:2016-09-16 10:12:37    收藏:0  评论:0  赞:0  阅读:217
17. Letter Combinations of a Phone Number
Given a digit string, return all possible letter combinations that the number could represent. A mapping of digit to letters (just like on the telepho ...
分类:其他   时间:2016-09-16 10:12:29    收藏:0  评论:0  赞:0  阅读:180
C# STUDY
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u ...
分类:Windows开发   时间:2016-09-16 10:12:07    收藏:0  评论:0  赞:0  阅读:266
socket编程进阶
1、 动态导入模块 第一种方法(python解释器自己内部用的): 上图是我程序的目录结构 下面代码是动态导入模块3.py的源码: lib包目录下aa.py的源码如下: 这个时候运行动态导入模块.py程序,运行结果如下: 对上述动态导入模块3.py代码进行分析: lib_dir = __import ...
分类:其他   时间:2016-09-16 10:11:51    收藏:0  评论:0  赞:0  阅读:270
浅谈Linux内存管理机制
经常遇到一些刚接触Linux的新手会问内存占用怎么那么多? 在Linux中经常发现空闲内存很少,似乎所有的内存都被系统占用了,表面感觉是内存不够用了,其实不然。这是Linux内存管理的一个优秀特性,在这方 面,区别于Windows的内存管理。主要特点是,无论物理内存有多大,Linux 都将其充份利用 ...
分类:系统服务   时间:2016-09-16 10:11:38    收藏:0  评论:0  赞:0  阅读:300
继承抽象类注意事项
public abstract class PartBase : Space { #region 基本属性 /// <summary> /// 是否复合板 /// </summary> public bool IsCladPart { get; set; } /// <summary> /// 基层 ...
分类:其他   时间:2016-09-16 10:11:30    收藏:0  评论:0  赞:0  阅读:230
异步数据库查询 Z
Introduction Microsoft .NET 4.5 introduced new "async and await" methods to provide an easy way of implementing asynchronisity using .NET "Task" objec ...
分类:数据库技术   时间:2016-09-16 10:11:19    收藏:0  评论:0  赞:0  阅读:322
mysql5.7.11-win64无法登录问题解决方案
问题描述 Mysql 服务可以启动,输入mysql –u root –p 打回车后提示ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO/YES)。 错误原因 Mysql初始化命令有错 解 ...
分类:数据库技术   时间:2016-09-16 10:11:07    收藏:0  评论:0  赞:0  阅读:218
第二章作业-第1题-万世想
第1题作业题目:参照 http://www.cnblogs.com/xinz/p/3803109.html 的第一题,每人建立一个GitHub账号,组长建立一个Project,将本组成员纳入此Porject中的Collaborators,并添加zhangyk@tju.edu.cn 为Collabor ...
分类:其他   时间:2016-09-16 10:10:47    收藏:0  评论:0  赞:0  阅读:286
16.系统账号与文件
前言 一直都在是用root用户,其他用户都挂了?? 哈哈哈 正文 root用户 root好比windows中的administrator 每个用户都有用户的特有文件夹(也可以没有)。Root的目录比较特殊,在/ROOT 其余用户的目录一律在/Home/xxxx useradd创建用户 执行which... ...
分类:其他   时间:2016-09-16 10:10:10    收藏:0  评论:0  赞:0  阅读:179
ubuntu:activate root
You must activate the usr of root,when using a pc with a new os of ubuntu. This command: sudo passwd root And the 'sudo' is just to get the authority ...
分类:系统服务   时间:2016-09-16 10:09:39    收藏:0  评论:0  赞:0  阅读:249
mysql主从复制错误sql-running no
故障现象: 进入slave服务器,运行: mysql> show slave status\G ....... Relay_Log_File: localhost-relay-bin.000535 Relay_Log_Pos: 21795072 Relay_Master_Log_File: loca ...
分类:数据库技术   时间:2016-09-16 10:09:19    收藏:0  评论:0  赞:0  阅读:236
我和计算机
网络飞速发展电脑已经成了生活中不可缺少的部分因为有了它,使我们的生活变得生动有趣,丰富多彩但是任何事物都是具有两面性的,网络同样是把双刃刀有利也有弊,应该合理应用。 电脑如今已成为我们现代生活中必不可少的一样重要工具,上小学的时候 我对电脑已经有了初步的认识 我会用QQ还能听音乐 下载图片、上百度搜 ...
分类:其他   时间:2016-09-16 10:09:07    收藏:0  评论:0  赞:0  阅读:204
1038条   上一页 1 ... 41 42 43 44 45 ... 52 下一页
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!