码迷,mamicode.com
首页 > 2016年01月24日 > 全部分享
Remove Duplicates From Sorted List II
First we need to get the head node, use a boolean value to mark whether we find a new head or not. When we traverse the linked list,if(cur.val != cur....
分类:其他好文   时间:2016-01-24 08:09:34    阅读次数:147
[?]*Smallest Character strictly larger than the Search Character
/*** Return the smallest character that is strictly larger than the search character,* If no such character exists, return the smallest character in t...
分类:其他好文   时间:2016-01-24 08:09:56    阅读次数:160
cron 示图
分类:其他好文   时间:2016-01-24 07:06:44    阅读次数:128
数据建模语言Information Engineering - IE模型
InformationEngineering采用Crow‘sFoot表示法(也有叫做JamesMartin表示法的),中文翻译中对使用了Crow‘sFoot表示法的模型也有笼统的称做鸭掌模型的(关联关系的关联基数中采用到了一个鸭掌形的三叉线来表示)。他由CliveFinkelstein发明,与JamesMartin一起推广,后来两人各..
分类:编程语言   时间:2016-01-24 07:07:44    阅读次数:435
Job for httpd.service failed. See 'systemctl status httpd.service'
问题:Jobforhttpd.servicefailed.See‘systemctlstatushttpd.service‘and‘journalctl-xn‘fordetails.问题的状态:(1)重启[root@iZ25dmhrwpjZ~]#systemctlrestarthttpd.serviceJobforhttpd.servicefailed.See‘systemctlstatushttpd.service‘and‘journalctl-xn‘fordetails.查(2)..
分类:Web程序   时间:2016-01-24 07:06:16    阅读次数:1701
【C#】ADO .Net Entities Framework使用查询语句时遇到的错误
XAML代码:<Windowx:Class="WpfApplication72.MainWindow"xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"xmlns:d="http://schemas.microsoft.com/expression/blend/2008"xmlns:mc="http://schem..
分类:Windows程序   时间:2016-01-24 07:07:49    阅读次数:300
rsyslog日志记录服务器
一、syslog系统1.syslog:系统日志服务,统一日志管理支持C/S架构:可通过UDP或TCP协议提供日志记录服务;实现集中收集日志功能(1)日志、事件历史事件日志,保存系统上过去一段时间的发生的事件事件:系统引导启动、应用程序启动、应用程序尤其是服务类应用程序运行过程中的一..
分类:其他好文   时间:2016-01-24 07:05:39    阅读次数:369
公司突然断网故障排查
记一次公司断网故障排查本来大周一挺好的,刚坐在工位上不到半个小时,公司突然断网,此时,我是有点凌乱的!下边是排查故障的过程1,首先我看下本机电脑的IP地址,禁用启动,发现仍旧可以获取到IP地址,这代表DHCP分发是没问题的,因为是突然断网,代表着交换机路由器配置不可..
分类:其他好文   时间:2016-01-24 07:06:30    阅读次数:570
Python学习笔记
Python的最基本数据结构是序列内建的六种数据结构是:列表,元祖,字符串,Unicode字符串,buffer对象和xrange对象2.基本数据类型(可变和不可变类型)(单双引号不区分,整数不用,布尔数不用,type方法可以查看类型)integral:整型(不可变类型,用id方法查看,整型的对象id..
分类:编程语言   时间:2016-01-24 07:04:56    阅读次数:202
【Linux】LAMP架构之以模块方式让php和httpd搭档工作
LAMP就是:Linux,Apache,Mysql,PHP的首字母缩写。实验环境Linux:CentOS-32.6.32-431.el6.x86_64Apache:httpd-2.4.16.tar.gzMysql:mysql-5.5.24.tar.gzPHP:php-5.6.11.tar.bz2安装顺序为:Apahce-->Mysql-->PHP实验步骤方便实验先关闭iptables和selinux[root@CentO..
分类:Web程序   时间:2016-01-24 07:06:21    阅读次数:257
Jan 23 - Search In Rotated Array II; Array; Binary Search;
public class Solution { public boolean search(int[] nums, int target) { int len = nums.length; if(len == 0) return false; int ...
分类:其他好文   时间:2016-01-24 07:02:47    阅读次数:169
逻辑非!
逻辑非运算符可以用于任何值。无论这个值是什么数据类型,这个运算符都会返回一个boolean。它的流程是:先将这个值转换成boolean,然后取反,规则如下:1.操作数是一个对象,返回false;var box =!{};alert(box);//false2.操作数是一个空字符串,返回true;va...
分类:其他好文   时间:2016-01-24 07:04:22    阅读次数:183
*Find the Number Occurring Odd Number of Times
Given an array of positive integers. All numbers occur even number of times except one number which occurs odd number of times. Find the number in O(n...
分类:其他好文   时间:2016-01-24 07:04:03    阅读次数:211
赋值运算
1.赋值运算符等于号(=),就是把右边的值付给左边的变量。varbox = 100;2.复合赋值运算通过x=的形式表示,x表示运算符级位运算符。var box = 100;box = box + 100; // 这不是改变量,这是重新创建变脸alert(box);像上述的情况,可写成下面样子:var...
分类:其他好文   时间:2016-01-24 07:03:18    阅读次数:190
LRU Cache
Question:Design and implement a data structure for Least Recently Used (LRU) cache. It should support the following operations:getandset.get(key)- Get...
分类:系统相关   时间:2016-01-24 07:02:19    阅读次数:236
普通选项卡+自动播放功能+向前/向后按钮 原生js
今天做了幻灯片,主要功能包括:普通选项卡,向前/向后播放按钮,向前?向后播放功能,自动播放功能要实现简单选项卡功能是没有问题的,但是添加功能就出现各种各样的问题了遇到的问题:1 下标问题 2普通选项卡与向前/向后功能结合的时候冲突,可以向前/向后播放,但是再想实现普通选项卡就出问题了3 添加向前/向...
分类:Web程序   时间:2016-01-24 07:01:22    阅读次数:195
mac OS X Yosemite (10.10.5) 下 安装vim 7.4笔记
摘要前言需求与mac OS X 自带vim版本的冲突默认Python解释器问题并非Mac自带python的homebrew1. 前言 本文为自己作死折腾的问题记录2.需求与mac OS X 自带vim版本的冲突- 为什么用vim Emacs因为上手时候因为无关于Emacs的其他原因留下了很不好的.....
分类:系统相关   时间:2016-01-24 07:02:12    阅读次数:256
819条   上一页 1 ... 38 39 40 41 42 43 44 ... 49 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!