我们常见到在编译安装一些开源软件时,会常用到make && make install。虽然能猜到其含义。但具体&&的作用和使用注意事项是什么就需要看一下。 shell中&&和||的使用方法 &&运算符: command1 && command2 &&左边的命令(命令1)返回真(即返回0,成功被执行)后,&&右边的命令(命令2)才能够被执行; ...
阅读全文DOM Ready Jquery $(document).ready(function(){ // Code }); YUI Y.on("domready", function(e){ // Code }); 选择器支持 <div class=&qu ...
阅读全文https://www.jetbrains.com/idea/download IntelliJ IDEA 社区版是免费的,Licence :apache2.0. 就是有点大,安装包500+M. Community Edition is open-source, licensed under Apache 2.0. Projects like Android and Swift use Apache 2.0, so you're in good comp ...
阅读全文Impression of SAP Test Dumps with your Success - Dumps4Expert SAP C_THR84_2411 Exam dumps is definitely the new and ground breaking method of SAP Certified Associate - Implementation Consultant - SAP SuccessFactors Recruiting: Candidate Experience ...
阅读全文1. ls 命令 这个命令就相当于 dos 下的dir 命令一样,也是Linux 控制台命令中最为重要几个命令之一.ls 最常用的参数有三个:-a、 -l 、和–F。 ls -a Linux 系统上的文件以.开头的文件被系统视为隐藏文件,仅用ls 命令是看不到他们的。而用ls –a ,除了显示一般文件名外,连隐藏文件也会显示出来。 ls –l (这个参数是字母 L 的小写不是数 ...
阅读全文Are You Ready to Ace the Adobe AD0-E908 Certification Exam? Preparing for the Adobe Workfront certification exam can be an uphill battle. The challenges are endless, from navigating outdated material to worrying about AD0-E908 Practice Test update ...
阅读全文net stop mysql 注:停止mysql服务 net start mysql 注:启动mysql服务 mysql -u用户名 -p用户密码 注:登陆本机的mysql mysql -u用户名 -p用户密码 -h机器IP 注:登陆指定主机的mysql grant 权限 on 数据库.* to 用户名@登录主机 identified by "密码" grant select,insert,update,delete on *.* to user1@ ...
阅读全文众多Javascript框架中AngularJS和KnockoutJs都属于MVVM架构。 本文将学习两者的基本用法和比较两者的不同。 todo 一些术语: Passive View: Active View: Separation of Concerns (SoC) 参考文档: https://addyosmani.com/blog/understanding-mvvm-a-guide-for-javascript-devel ...
阅读全文1 * Output of entire files cat tac nl od base64 2 * Formatting file contents fmt pr fold 3 * Output of parts of files &nbs ...
阅读全文摘自 http://baby.sina.com.cn/z/dayimiao/ 崔玉涛 问:为什么接种疫苗后会有免疫作用?自费的疫苗如7价肺炎疫苗到底有没必要接种? 答:预防接种是刺激后天免疫的很好方法。疫苗是细菌、病毒的碎片或其中的重要片段,通过刺激婴幼儿体内的免疫系统产生相应抗体,以预防真正严重感染性疾病。所以,不应谈及哪些疫苗应该接种,哪些疫苗不应该接种。 ...
阅读全文MySQL 字符集引起的Error 1366错误。 错误提示: ERROR 1366 (HY000): Incorrect string value: '\xE5\xB9\xB3\xE5\xAE\x89...' for column 'name' at row 1 解决步骤: 1. 查看通过命令“show variables like "%character%; ” 数据库字符集 mysql> ...
阅读全文MySQLFull-Text Search功能学习摘要 全文搜索三种模式: 自然语言模式(Natural Language Full-Text Searches) 布尔模式(Boolean Full-Text Searches) 查询扩展模式(Full-Text Searches with Query Expansion) 使用全文搜索方法: #创建表格 CREATE TABLE FT_Supportable_Table (name ...
阅读全文网上推荐的“书单:值得推荐给设计师的10本设计书”。有空去看看,先摘录下来。 - 版式设计 - 1.《写给大家看的设计书》 [美] 罗宾·威廉姆斯 / 苏金国、刘亮 / 人民邮电出版社 豆瓣评分: 8.6 2.《栅格系统与版式设计》 [美] 金伯利·伊拉姆 / 王昊 / 上海人民美术出版社 豆瓣评分: 8.4 &n ...
阅读全文MVC - Model-View-Controller MVP - Model-View-Presenter MVVM - Model-View-ViewModel MVW / MV* - Model-View-Whatever Both MVP and MVVM are derivatives of MVC. The key difference between it and it’s derivatives&nb ...
阅读全文使用select ... into outfile 'filename' 可以把数据库中表或视图中的数据按某种格式导出到文件中。 使用load data infile 'filename' into table tble_name这是把文件中的数据导入到数据库的表中。 在使用load data infile 'filename' into table时遇到了下面的错误: 例: load data infile " ...
阅读全文php里base64_decode可以将base64字符串解析成图片。代码如下: $base64ImgStr = "................."; $imgData = base64_decode($base64ImgStr); $imgFile = __DIR__."/testImg.png"; file_put_contents($imgFile, $imgData); ...
阅读全文配置jenkins的一个简单的SVN的project,运行时build fail。 org.tmatesoft.svn.core.SVNException: svn: E204900: Error writing entries file for '/test/.jenkins/workspace/test' svn: E204900: Entry '' has inconsistent repository root and ur ...
阅读全文iframes 提供了一个简单的方式把一个网站的内容嵌入到另一个网站中。但我们需要慎重的使用iframe。iframe的创建比其它包括scripts和css的 DOM 元素的创建慢了 1-2 个数量级。 使用 iframe 的页面一般不会包含太多 iframe,所以创建 DOM 节点所花费的时间不会占很大的比重。但带来一些其它的问题:onload 事件以及连接池(connection pool)。 Iframes 阻塞页面加载 及时触发 window 的 ...
阅读全文Are You Ready to Ace the SOFE AFE Certification Exam? Preparing for the Accredited Financial Examiner certification exam can be an uphill battle. The challenges are endless, from navigating outdated material to worrying about AFE Practice Test upd ...
阅读全文用户登录系统时 ,为了使系统能够识别自己必须输入用户名和密码经系统验证无误后方能进入系统。 说明: 在系统安装过程中可以创建两种帐号: 超级用户帐号和普通用户帐号,Linux使用者一般为普通用户,而系统管理员一般使用超级用户帐号完成一些系统管理的工作.如果只需要完成一些由普通用户帐号就能完成的任务,建议不要使用超级用户帐号以免无意中破坏系统。 用户登录分两步进行 ,第一步输入用户的登录名,系统根据该登录名来识别用户;第二步输入用户的口令该口令是用户自 ...
阅读全文