Daily morning read _ 20140924

Source: Internet
Author: User
Tags server array sublime text
# Technical morning reading # HTTPOnly privacy sniffer HTTPOnly ensures that the cookie will not be leaked by JS, but there are always ways to bypass HTTPOnly. How can I detect if my HTTPOnly cookie is leaked? The author has done this thing... Http://drops.wooyun.org/tips/2834 # technology morning read # Why is MySQL's BINLOG-do-DB option dangerous? Because the statements for cross-DB operations are not recorded in the BINLOG-do-DB record, you can use replicate-wild -*.. http://www.percona.com/blog/2009/05/14/why-mysqls-binlog-do-db-option-is-dangerous/ # technology morning read # hostname in the end how the article explains a few problems: Modify/etc/sysconfig/network can Permanent modification host, why can I modify the hostname When configuring the host pointing to the local IP address in/etc/hosts? Http://fungo.me/linux/what-the-hell-is-hostname.html # technology morning read # how to configure nginx logrotate how to cut and compress nginx logs? You can use logrotate, according to the challenge # technology morning read # MySQL master-slave synchronization documentation, if the MySQL master-slave uses the replicate-do-DB and replicate-wild-do-table at the same time, it is easy to encounter this pitfall. .. http://ssmax.net/archives/1185.html/comment-page-1 # technology morning read # top ten questions about GPU computing-GPU computing rethink GPU performance in the high-performance computing field is more eye-catching than CPU, so a large number of workers will be keen to use GPU Technology, for example, GPU was used to dig Bitcoin. The author of this article is a strong practitioner of GPU Technology, for a few questions about the use of GPU computing, responded to... http://blog.csdn.net/babyfacer/article/details/6902985? SPM = 0.0.0.0.fgkqv5 # technical morning reading # [idle talk] performance test article tests an RPC interface, using jmeter, vmstat, iostat, netstat, ifstat, vistual Vm and other testing and monitoring tools, step by step to give the specific process... http://ifeve.com/talk-about-performance-test/ # technology morning 2 #2015 web development technology trend analysis article on Web front-end and back-end technology trend analysis. This includes front-end web interaction frameworks, single-page application frameworks, mobile app page designs, and backend development. The author said that dynamic languages such as Ruby will gradually be replaced by languages such as nodejs and go... so... https://medium.com/@shijuvar/web-development-trends-for-2015-and-beyond-c2d3c1ef5718 # technology morning reading # self-made computers-essential author of computer science strong people, using wires, battery, rough nails, iron, springs, bulbs, etc, I made a "computer" that can read the tape to control the lighting... Http://blog.csdn.net/dog250/article/details/6195367 # technology morning reading 2 # Feature Engineering in the recommendation system is to use the domain knowledge to solve the problem to extract the characteristics of the recommended items, this way, this feature is specifically designed for the problems to be solved. Direct features are like buying a card a dress and recommending a card a pants. Indirect features such as a female razor with a brand a are recommended for fashion magazines .. http://phunters.lofter.com/post/86d56_194e956 # technology morning read # How to implement a malloc how to implement a malloc by yourself, need to consider the heap memory model, pointer movement, split heap block, later also said how to implement calloc, realloc, free implementation .. http://blog.codinglabs.org/articles/a-malloc-tutorial.html # technology morning read 2 # An api rt surge troubleshooting the author will migrate data center from Hangzhou to Shanghai process, found that one of the api rt suddenly rose, the final reason is that the two kernel parameters in the Code are smaller: sosndbuf and sorcvbuf. In different versions of the kernel, the algorithm for the receiving window is different, as a result, the same code in different data centers performs differently .. http://ifeve.com/api-rt-problem/ # technical morning reading # InnoDB table should be recommended to use auto-incrementing column as the primary key is mainly because the InnoDB table write data and its B + tree data index organization is consistent http://imysql.com/2014/09/14/mysql-faq-why-innodb-table-using-autoinc-int-as-pk.shtml # technology morning read # online environment in the end do not want the article "enable query cache" describes the several sins of enabling query cache, the final conclusion is that if 99% is read-only online, open QC again. Otherwise, leave it alone. Http://imysql.com/2014/09/05/mysql-faq-why-close-query-cache.shtml # technology morning read # random number is a lie,. net, Java, C for me to testify general language random function is how random? The difference between pseudo-random and real-random http://www.cnblogs.com/rupeng/p/3723018.html # technology morning read # Talking About the rails package cache mechanism the core of the package cache mechanism is to divide the cache by business level, when a business data changes, other business data does not need to be re-read. You only need to read the changed business data. The article is Tower. Im Members of the development of the https://ruby-china.org/topics/21488 # technology morning read # both open, and concealed, improve PHP force lattice tips three methods, improve force lattice... Except for the first one, the other two have been dizzy. Ask for artificial respiration... Http://levi.cg.am/archives/3624 # technology morning read # continue to smoothly upgrade your PHP to 5.6.0, and update the sample code instructions from php5.5.0 upgrade to 5.6.0, but it is not recommended to directly overwrite the original directory, because this may be the rhythm of death... Http://levi.cg.am/archives/3596 # technology morning read # optimize MySQL Runtime Environment (Linux) Modify Io scheduling, expand file descriptor, disable NUMA, modify swappiness, optimize file system mounting... however, modifying the kernel parameters is a technical activity. You must know how to modify the parameters and what results will be caused by the modifications... Http://isadba.com /? P = 581 # technology morning read # common PC server array cards and hard disk health checks to be honest, some of the detection tools used in this article are quite high-end and have never been used by myself. So, see... Http://imysql.com/2014/09/11/pc-server-raid-controller-disk-health-monitoring.shtml # technology morning read # MySQL replication in slave delay monitoring how to see MySQL master and slave master-slave replication is there a delay, how much delay? Http://imysql.com/2014/08/30/mysql-faq-howto-monitor-slave-lag.shtml # technology morning read # From Heroku http api design guide how to write a better HTTP interface? This article analyzes the request method, header settings, return status code, URL, and return structure, which makes sense and makes you speechless... http://get.jobdeer.com/343.get # technology morning read # Web Front-end Attack and Defense (2014 edition) Prohibit all external chain resources, Rich Text front-end scanning, jump opener phishing, User Content permissions, click hijacking detection to talk about how the front-end performs web attack and defense... http://fex.baidu.com/blog/2014/06/web-sec-2014/ # technology morning read # using postmessage for Cross-Site Request postmessage is a newly added method in HTML5, now in addition to IE6, 7 most browsers can support this method, it allows the target page to specify which Source Page to receive JS calls, such as document. domain settings are more flexible, more secure http://blog.teamtreehouse.com/cross-domain-messaging-w than jsonp Ith-postmessage # technical morning read # debugging nginx configuration how to debug nginx configuration files, rewrite_log, debug_connection, nginx has provided a very useful debugging method... https://rtcamp.com/tutorials/nginx/debugging/ # technology morning read # sublime text throughout the Guide has been using sublime2 more than a year, with a very good, directed at this sentence: Yes, I am vomit vim, nima is also better than wasd. Also want to turn http://zh.lucida.me/blog/sublime-text-complete-guide/

Daily morning read _ 20140924

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.