/* var xml = @"<root><books><book is_read=""false""><author>Test</author></book><book is_read=""true""><author>Test2</author></book></books></root>"; ...
分类:
其他好文 时间:
2016-05-23 17:15:05
阅读次数:
130
转自http://www.xuanfengge.com/fe-books.html 前言 学校里没有前端的课程,那如何学习JavaScript,又如何使自己成为一个合格的前端工程师呢? 除了在项目中学习和跟着有经验的同事学习,读书也是必不可少的。书中有着相对完整的知识体系,每读一本好书都会带来一次全 ...
分类:
Web程序 时间:
2016-05-15 22:53:04
阅读次数:
980
最近在学深度学习相关的东西,在网上搜集到了一些不错的资料,现在汇总一下: Free Online Books Courses Video and Lectures Papers Tutorials WebSites Datasets Frameworks Miscellaneous Github 几 ...
分类:
其他好文 时间:
2016-05-13 09:29:23
阅读次数:
457
采用xpath查找需要引入jaxen-xx-xx.jar,否则会报java.lang.NoClassDefFoundError:org/jaxen/JaxenException异常。
List list=document.selectNodes("/books/book/@show");
xpath语法
1、选取节点
XPath 使用路径表达式在 XML 文档中选取节点,节点是...
分类:
其他好文 时间:
2016-05-12 22:15:23
阅读次数:
245
Like Mr. Lamb, librarians have their problems with borrowers too. People don't put books back where they should. Instead, returned books are kept at t ...
分类:
其他好文 时间:
2016-05-10 23:30:24
阅读次数:
334
日记帐导入 请求警告,日志记录如下:
LEZL0008: 没有找到欲处理的接口记录.
LEZL0009: 检查接口记录的 SET_OF_BOOKS_ID、GROUP_ID 和 USER_JE_SOURCE_NAME.
如果未指定 GROUP_ID, 则系统只会检索不含 GROUP_ID 的数据。请注意,Oracle 子分类帐中的
大多数数据具有 GROUP_ID, 因此如果未指定 GROUP_ID, 则系统将不会检索这些数据。...
分类:
其他好文 时间:
2016-05-07 11:09:33
阅读次数:
175
Java学习之分页查询
一先做数据库的实体类
Userinfo.java
package com.zhu.books.jdbc;
import java.sql.Connection;
import java.sql.SQLException;
import java.util.ArrayList;
import java.util.List;
public class Pagati...
分类:
编程语言 时间:
2016-05-07 10:34:36
阅读次数:
213
struct
#if 0
#include
using namespace std;
main()
{
//定义结构类型
struct books
{
char title[20];
char author[15];
int pages;
float price;
} ;
//声明结构变量
...
分类:
编程语言 时间:
2016-05-03 18:44:59
阅读次数:
239
转自:http://ezlippi.com/blog/2014/07/qualified-programmer-should-read-what-books.html 编者按:2008年8月4日,StackOverflow 网友 Bert F 发帖提问:哪本最具影响力的书,是每个程序员都应该读的? ...
分类:
其他好文 时间:
2016-05-03 12:16:07
阅读次数:
188
Last updated on August 20, 2014 Authored by Adrien Brochard 12 Comments If the habit on reading books on electronic tablets is still on its way, readi ...
分类:
系统相关 时间:
2016-05-02 00:35:26
阅读次数:
359