完成任务:完成学院分类的点击查看书籍功能,可以点击书的条目查看书的详细信息。计划任务: 将书的详细信息进行完善,并且可以点击收藏以及已预订等功能。遇到问题: 分类功能,根据不同学院,自动将数据库的内容返回到客户端还是有一点缺陷。
分类:
其他好文 时间:
2015-06-06 00:18:04
阅读次数:
116
如何提升你的能力?给年轻程序员的几条建议文中提到的几个建议不错:1、打造你的工具箱 工欲善其事,必先利其器。每个开发者都应该有一把自己的瑞士军刀,在将来漫长的职业生涯中,这些工具可以为你省下宝贵的时间,并帮助你更好的组织个人知识库。举两个例子一套高效的开发环境一个信息采集器和一本笔记本2、开阔你的....
分类:
其他好文 时间:
2015-06-06 00:18:21
阅读次数:
129
https://leetcode.com/problems/contains-duplicate-ii/Given an array of integers and an integerk, find out whether there there are two distinct indicesi...
分类:
其他好文 时间:
2015-06-06 00:17:46
阅读次数:
165
https://leetcode.com/problems/remove-nth-node-from-end-of-list/原题:Given a linked list, remove thenthnode from the end of list and return its head.For ...
分类:
其他好文 时间:
2015-06-06 00:16:53
阅读次数:
141
修改上传的图片以每月为一个文件夹修改config.json1.控制上传图片的宽度在uploder.class.php里面修改,加入如下红框的代码set_timt_limit(0);执行时间不限定,上传完再断修改完即可实现控制宽度为750,高度自适应,添加水印把750修改为$this->pwidth修...
分类:
其他好文 时间:
2015-06-06 00:16:31
阅读次数:
112
ct 任务nohup sh ./bin/start.sh /dev/null 2>&1 &中控机批量for h in `get_hosts_by_path xxx`;do { ssh $h 'cd /home/map/anticraw_tmp && nohup /home/map/php-fpm/b...
分类:
其他好文 时间:
2015-06-06 00:15:13
阅读次数:
149
http://blog.chinaunix.net/uid-12072359-id-2960866.html在makefile中,会经常使用shell命令,也经常见到$var 和 $$var的情况,有什么区别呢,区别大了。不要认为在makefile的规则的命令行中使用$var就是将makefile的...
分类:
其他好文 时间:
2015-06-06 00:17:04
阅读次数:
164
#!/bin/zsh#Zsh tcp client programzmodload zsh/net/tcpztcp localhost 5150hostfd=$REPLYread line & $hostfd#There is a small problem:if server is shut,cl...
分类:
其他好文 时间:
2015-06-06 00:16:32
阅读次数:
138
今天在学习Flask,边看官方文档一边动手运行例子,以注释的形式写了一些笔记,分享给大家。Flask官方文档,快速入门:ex1:#coding:utf-8######################## 1.URL的解析######################from flask import ...
分类:
其他好文 时间:
2015-06-06 00:14:02
阅读次数:
160
是时候总结一下这一年了,现在是北京时间2014年1月1日,电子楼一楼自习室,阳光下&微风中。 这一年上半年过得很慢,下半年过得很快,回忆一下,除去寒假暑假的两个月,国庆的8天外,每天都有一定要做完的事。大致列举一下,给以后的自己留下资料。 1月共训班名单审核2月试做白鸽折页;返乡调研。 3月开...
分类:
其他好文 时间:
2015-06-06 00:15:17
阅读次数:
104
枚举、列举和描述\begin{list_type}\item The first item\item The second item\item The third etc \ldots\end{list_type}默认的 list_type 有 enumerate、 itemize 和 descri...
分类:
其他好文 时间:
2015-06-06 00:16:17
阅读次数:
239
201306114414曾柏树http://www.cnblogs.com/cypress-zeng/565420
分类:
其他好文 时间:
2015-06-06 00:14:35
阅读次数:
95
这只是作为我学习的笔记 1 #ifndef BINARYTREE_H_ 2 #define BINARYTREE_H_ 3 #include 4 typedef int Item; 5 struct Btreenode 6 { 7 Item data; 8 ...
分类:
其他好文 时间:
2015-06-06 00:14:52
阅读次数:
165
Given a 2D board containing 'X' and 'O', capture all regions surrounded by 'X'.A region is captured by flipping all 'O's into 'X's in that surrounded ...
分类:
其他好文 时间:
2015-06-06 00:14:31
阅读次数:
106
2.8和2.9在带头结点的链表中实现插入和获取元素的操作#include#include#includetypedef int Status ;typedef int ElemType;#define OK 1#define ERROR 0typedef struct LNode{ ElemT...
分类:
其他好文 时间:
2015-06-06 00:12:31
阅读次数:
136
我一直试图寻求一种规范的管理员工的方法。但我没有找到。 分析了一下,原因如下: 1,公司本身管理混乱,没有成文的管理制度,制度就是老板的口谕,而且朝令夕改,让人摸不着头脑。 2,没有取得公司顶头上级的管理授权,只强调员工的责任,没有涉及员工的核心利益。 3,没有与员工进行有效的事前沟通(我不喜欢开会...
分类:
其他好文 时间:
2015-06-06 00:12:59
阅读次数:
103