2014/09/30 Learning Note】的更多相关文章

Vbird Linux: Vim Learning: http://linux.vbird.org/linux_basic/0310vi.php Bash Shell: http://linux.vbird.org/linux_basic/0320bash.php Key words of reminder: /etc/passwd history alias [Tab] Wildcard type ---builtin commands \[Enter] echo $variable…
近期bash漏洞在网上闹得沸沸扬扬的,我也修补一下.以防万一. 须要用到的命令: 查看操作系统版本号:cat /etc/issue 查看bash版本号:bash -version 查看操作系统是64位还是32位:sudo uname --m 须要修复的ubuntu版本号及bash版本号: ubuntu 14.04 kylin (4.3.11) 64bit ubuntu 13.10 (4.2.45) 64bit ubuntu 12.04 (4.2.25) 64bit ubuntu 11.04 (4…
Machine Learning Note Introduction Introduction What is Machine Learning? Two definitions of Machine Learning are offered. Arthur Samuel described it as:"the filed of study that gives computers the ability to learn without being explicitly programmed…
电脑芯片的诞生和发展是20世纪最伟大的发明之一,芯片技术决定了计算机升级换代的速度,决定了计算机小型化实现的程度,决定了计算机智能化的程度,决定了计算机普及化的应用深度. 1971年11月15日,英特尔公司推出了第一枚微处理器——4004芯片.这一举措不仅改变了公司的未来,而且对整个工业产生了深远的影响.同年,intel推出了1103DRAM核心内纯. 1974年,英特尔公司推出了划时代的处理器,Intel 8080.采用了复杂的 指令集以及40管脚封装,8080的处理能力大为提高,其功能是80…
Summary of my learning note for WPF Binding Binding to DataSet. when we want to add new record, we should modify DataTable, not the DataTableView. Validation when Binding we can get the detail descrition from msdn. For ValidationRules, generally, we…
new Date('2014/04/30') Wed Apr 30 2014 00:00:00 GMT+0800 (中国标准时间) new Date('2014-04-30'); Wed Apr 30 2014 08:00:00 GMT+0800 (中国标准时间) //第一个是地方0时,第二个是0时区0时…
 http://www.sqlpanda.com/2013/07/learning-note-sql-server-vs.html This is my learning note base on the “SQL Server Essentials for Oracle DBAs Jump Start” . DATA BLOCK/EXTEND AND SEGMENT image: http://lh5.ggpht.com/-FxEKn7CCNd0/UetkOxZ6igI/AAAAAAAAIns…
  shell learning note MAIN="/usr/local/" # 变量大写 STATUS="$MAIN/status" # 美元符加字符串是引用变量值,而美元符加数字表示命令行参数 echo "some words" >>$STATUS/log.log echo "test.sh start at `date '+%m/%d %H:%M:%S'`" >>$STATUS/log.log…
Mobile Testing Mobile: Emulators, Simulators And Remote Debugging iOS 8 and iPhone 6 for Web Developers and Designers Web HTTP vs HTTPS performance comparison Other KADOS - Open Source Scrum Announcing the Message Analyzer 1.1 Release! JavaScript for…
Other Intro Guide to Dockerfile Best Practices QuickJS Javascript Engine Questions for a new technology. CODE REVIEW: CREATE THE CULTURE, LEARN THE BEST PRACTICES Why are the username and password on two different pages? Best Practices for Event-Driv…
from:http://blog.sina.com.cn/s/blog_40983e5e0101dhz0.html     因为kali linux基于debian 7,当然要把这台Acer 4736z原有的debian 7删掉装kali啦,哈哈,这下不必为了BT5装虚拟机了,对于本子里60G的SSD来说还是好事一桩.要把kali当做桌面使用,就必须给kali添加一些软件,修改一些设置才好用,下面记录一下备忘,随时更新.   安装方法,官方文档,硬盘安装Kali Linux   把apt源设为官…
前言 最近流行前端构建工具,苦于之前使用Grunt,代码很难阅读,现在出了Gulp,真是摆脱了痛苦.发现了一篇很好的Gulp英文教程,整理翻译给大家看看. 为什么使用Gulp Gulp基于Node.js的前端构建工具,通过Gulp的插件可以实现前端代码的编译(sass.less).压缩.测试:图片的压缩:浏览器自动刷新,还有许多强大的插件可以在这里查找.比起Grunt不仅配置简单而且更容易阅读和维护,我们可以做一个对比: Grunt: 1 2 3 4 5 6 7 8 9 10 11 12 13…
传送门 主席树经典题目. 直接利用主席树差分的思想判断区间中数的个数是否合法然后决定左走右走就行了. 实际上跟bzoj3524是同一道题. 代码: #include<bits/stdc++.h> #define N 300005 using namespace std; int n,m,sig,rt[N],ql,qr; struct Tree{ int son[N*30][2],siz[N*30],tot; inline void update(int&p,int las,int l,…
2014年6月2日,swift开发团队将swift语言公之于众.而2014年9月9日迎来了swift的第二个里程碑,swift1.0版本号(GM),这意味着无论你的应用有一部分功能是用swift写的,还是整个应用是纯swift写的.你都能够将这个应用通过提交到苹果商店与全世界分享你的成果. 你可能已经注意到我们使用了GM代号.而不是final,这是由于Swift还会持续加入新功能,改善性能和重定义语法. 所以从如今起.你能够放心大胆使用Swift语言来编写新的应用,或者用Swift语言来编写已经…
Just sharing the learning experience related to @ngrx/store and @ngrx/effects. In my personal opinion, I fell there are tow different types of coding style by using @ngrx/store only @ngrx/store + @ngrx/effects So How we do with only ngrx/store? Contr…
索引原理 除了词典,生活中随处可见索引的例子,如火车站的车次表.图书的目录等.它们的原理都是一样的,通过不断的缩小想要获得数据的范围来筛选出最终想要的结果,同时把随机的事件变成顺序的事件,也就是我们总是通过同一种查找方式来锁定数据. 数据库也是一样,但显然要复杂许多,因为不仅面临着等值查询,还有范围查询(>.<.between.in).模糊查询(like).并集查询(or)等等.数据库应该选择怎么样的方式来应对所有的问题呢?我们回想字典的例子,能不能把数据分成段,然后分段查询呢?最简单的如果1…
Machine Learning 这是第一份机器学习笔记,创建于2019年7月26日,完成于2019年8月2日. 该笔记包括如下部分: 引言(Introduction) 单变量线性回归(Linear Regression with One Variable) 线性代数(Linear Algebra) 多变量线性回归(Linear Regression with Multiple Variables) Octave 逻辑回归(Logistic Regression) 正则化(Regularizat…
好几天没来学习了,昨晚把继承的又整理了一下.想把整理后的东西发到hexo博客上来,却发现命令行又失效了.前几天明明是好的,这几天又没有进行任何操作,网上搜了一下也没有招到合适的解决办法,无奈只能重装了.小白就是要折腾,下面贴上继承的第一个学习笔记 How to design the inheritance tree 1.Look for objects that have common attributions and behaviors.2.Design a class that repres…
[Andrew Ng NIPS2016演讲]<Nuts and Bolts of Applying Deep Learning (Andrew Ng) 中文详解:https://mp.weixin.qq.com/s/ZbUCh5bi6Ech55qJR2gaxg…
1. Java Classloader 链接: https://en.wikipedia.org/wiki/Java_Classloader 摘要: The Java Classloader is a part of the JRE that dynamically loads Java classes into the JVM. Usually only loaded on demand. In Java, libraries are typically packaged in JAR fil…
Web Is JavaScript Single-Threaded? Quill 1.0 – Better Rich Text Editor for Web Apps Next Generation Server Compression With Brotli Debugging With Node.js .NET YOU'RE USING HTTPCLIENT WRONG AND IT IS DESTABILIZING YOUR SOFTWARE Troubleshooting High CP…
1/  int 转换成 string 格式 #include<sstream> std::stringstream ss; str::string temp; int n; ss<<n; ss>>temp; //再次使用时  需要  ss.clear();  或者重新定义 方法1: string转换成int atoi(str.c_str()) 函数 string s; int re; re= atoi(s.c_str()); 方法2 : int b= stoi(stri…
Web A Guide to Vanilla Ajax Without jQuery Gulp for Beginners A Detailed Walkthrough of ASP.net MVC Request Life Cycle Data Structures With JavaScript: Stack and Queue Running ASP.NET 5 and Visual Studio Code for MAC HTTPS Everywhere With Nginx, Varn…
struts.xml配置: <struts> <package name="hw" namespace="/test" extends="struts-default"> <action name="helloworld" class="com.self.action.HelloWorldAction" method="dohelloworld"> &…
Other Python basics summary Another article about big O notation Mobile Getting Started with PhoneGap Web Building a Message Queue Using Redis in Go .NET Five Great .NET Framework 4.5 Features A LRU cache implementation MVVM in Depth Insides Of Async…
基隆的百年名店“李鹄饼店”误用馊水油,客人纷纷上门退货,因退货条件宽松,客人一货两退,造成巨大的损失.为了平息客人的愤怒,店家允许客人凭发 票或商品办理退货,有的客人先用发票退一次钱,再用商品退一次钱,让店家损失惨重.更夸张的是,还有客人只用塑胶袋或包装盒就要求退钱.在这样的事件当 中,消费者与店家双输. 一张贴纸解决烦恼 其实这样的问题,可以利用现今的科技来解决,NFC 防窜改贴纸(Tamper Proof Label/Sticker)正是解决一货两退的最佳方案.以此事件为例,商家在其出售的每…
(一)ref 函数形参变量的输入有两种方式:传值,传址.而ref则为传址.eg: static int Add(ref int n) { Console.WriteLine("Add----1:{0}",n); n = n + ; Console.WriteLine("Add----2:{0}",n); return n; } static void Main(string[] args) { ; Console.WriteLine("Main----1:…
为了更方便地管理博文中涉及的各种代码与工具资源,如今把这些资源迁移到 GitHub 中,有兴趣者可前往下载. Java 1.<高效 Java Web 应用开发框架 JessMA v3.4.1 正式公布> 摘要:JessMA 是功能完备的高性能 Full-Stack Web 应用开发框架,内置可扩展的 MVC Web 基础架构和 DAO 数据库訪问组件(内部已提供了 Hibernate.MyBatis 与 JDBC DAO 组件),集成了 Action 拦截.Form / Dao / Sprin…
为了更容易地管理各种规范和工具所涉及的资源鲍文,现在把这些资源迁移 GitHub 在,趣者可前往下载. C++ 1.<通用高性能 Windows Socket 组件 HP-Socket v3.2.3 正式公布>     <基于 IOCP 的通用异步 Windows Socket TCP 高性能服务端组件的设计与实现>     <通用异步 Windows Socket TCP client组件的设计与实现> 摘要:编写 Windows Socket TCP client事…
为啥写这一片文章呢? 主要是为了温故而知新和分享,也是为了更加促进自己的学习! 前端自动化工具很多  有grunt  gulp  webpack 等 这次主要分享下gulp的学习经验,让自己更好的总结和学习,好了下面开始啦哈哈. 首先说一个问题是我们为啥要使用自动化工具也叫构建工具,看名字应该就猜的差不多了吧,之所以叫做工具肯定是要用它了,用它可以简化流程操作,帮助我们更好的完成项目. 在没有自动化工具甚至是编辑器的时候我们是怎样工作的呢,相信大家可能都是一样的,比如你要  新建一个css im…