码迷,mamicode.com
首页 >  
搜索关键字:nts    ( 9681个结果
angular4 开发记录
1,传值问题 page setValue: [routerLink]="['/product-details', product.id]"> ts seValue: this.router.navigate(['/product-details', id]); ts getVaue: constru ...
分类:其他好文   时间:2017-07-10 23:37:44    阅读次数:243
Oracle中start with...connect by子句的用法
connect by 是结构化查询中用到的,其基本语法是:select … from tablename start with 条件1connect by 条件2where 条件3;例:select * from tablestart with org_id = ‘HBHqfWGWPy’connec ...
分类:数据库   时间:2017-07-10 22:23:40    阅读次数:269
Makefile常用函数
1. 格式 Makefile 中函数的调用格式如下: $(function arguments) 其中,function 为函数名,arguments 为参数。 函数名与参数之间由空格或Tab分隔,如果有多个参数,这些参数之间由逗号分隔。 2. 常用函数介绍 内核的 Makefile 中用到大量的函... ...
分类:其他好文   时间:2017-07-10 20:12:08    阅读次数:227
lambda表达式转换sql
这是我在博客园的第一遍文章,想分享下lambda表达式转换sql。喜欢EF的便捷与优雅,不喜欢生成的一坨sql。(PS:公司封装了一套访问数据库的方法,所以不确定是不是EF的问题,反正就是一坨密密麻麻的的sql,我有点点处女座小纠结,虽然我是天蝎座)好了,废话少说。 using System;usi ...
分类:数据库   时间:2017-07-10 19:13:24    阅读次数:1270
Spring整合activeMQ消息队列
1.配置JMS 发送信息到activeMQ xml配置信息 2.destination消息队列定义 3。监听器BatchJob 3.1 jms.xml 3.2 监听器impl 回调方法: 整理了一下整个流程如图所示: ...
分类:编程语言   时间:2017-07-10 19:07:45    阅读次数:290
POJ-3278 Catch That Cow
Description Farmer John has been informed of the location of a fugitive cow and wants to catch her immediately. He starts at a point N (0 ≤ N ≤ 100,00 ...
分类:其他好文   时间:2017-07-10 18:05:01    阅读次数:215
POJ1469 COURSES 【二分图最大匹配·HK算法】
COURSES Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 17777 Accepted: 7007 Description Consider a group of N students and P courses. Each ...
分类:编程语言   时间:2017-07-10 15:11:20    阅读次数:197
xml初识
xml分为xml文件、xml对象、xml请求等 1、解析xml文件 2、解析xml字符串 以节点的方式获取xml文件或者字符串的内容: ...
分类:其他好文   时间:2017-07-10 15:09:30    阅读次数:122
448. Find All Numbers Disappeared in an Array
Given an array of integers where 1 ≤ a[i] ≤ n (n = size of array), some elements appear twice and others appear once. Find all the elements of [1, n] ...
分类:移动开发   时间:2017-07-10 14:34:12    阅读次数:294
web项目log日志查看分析->流程理解
1.DEBUG [2017-07-10 11:38:41,705][] org.springframework.web.servlet.DispatcherServlet:865 - DispatcherServlet with name 'dispatcherServlet' processing ...
分类:Web程序   时间:2017-07-10 13:20:51    阅读次数:278
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!