码迷,mamicode.com
首页 >  
搜索关键字:lex    ( 2392个结果
RTMP直播到FMS中的AAC音频直播
本文引用了下面几个网友的文章: http://sun3eyes.blog.163.com/blog/#m=0&t=3&c=rtmp http://sun3eyes.blog.163.com/blog/static/1070797922012913337667/ http://sun3eyes.blo ...
分类:其他好文   时间:2017-08-09 12:46:59    阅读次数:259
一篇关于完全动态凸包的paper(侵删)
先放原文,挖个坑,到时候再来说人话ε=(´ο`*))) 作者:Franco P. Preparata 出处:Computational geometry An introduction The technique described in the preceding section could be ...
分类:其他好文   时间:2017-08-09 11:25:51    阅读次数:253
python基本数据类型(数列,数组,字典,字符)
#! /usr/bin/env python #! -*- cording:utf-8 -*- name="alex" age=18 name_list=['eire','alex','tony'] #把元素放入一个集合 #索引 print(name_list[0]) #切片0-2 print(na... ...
分类:编程语言   时间:2017-08-08 20:46:55    阅读次数:235
Dapper入门教程(三)——Dapper Query查询
介绍 查询方法(Query)是IDbConnection的扩展方法,它可以用来执行查询(select)并映射结果到C#实体(Model、Entity)类 查询结果可以映射成如下类型: Anonymous 匿名类型 Strongly Typed 强类型 Multi-Mapping (One to On ...
分类:移动开发   时间:2017-08-07 16:50:11    阅读次数:655
Java运行时异常和非运行时异常
1.Java异常机制 Java把异常当做对象来处理,并定义一个基类java.lang.Throwable作为所有异常的超类。Java中的异常分为两大类:错误Error和异常Exception,Java异常体系结构如下图所示: 图片来源:http://blog.csdn.NET/wuwenxiang9 ...
分类:编程语言   时间:2017-08-07 15:15:41    阅读次数:144
[Redis]c# redis缓存辅助类
using NServiceKit.Redis; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ...
分类:Windows程序   时间:2017-08-07 11:49:05    阅读次数:271
leetcode 656. Coin Path
Given an array A (index starts at 1) consisting of N integers: A1, A2, ..., AN and an integer B. The integer B denotes that from any place (suppose th ...
分类:其他好文   时间:2017-08-06 23:13:30    阅读次数:406
[Leetcode] Binary tree -- 617. Merge Two Binary Trees
Given two binary trees and imagine that when you put one of them to cover the other, some nodes of the two trees are overlapped while the others are n ...
分类:其他好文   时间:2017-08-06 00:56:49    阅读次数:213
【python】-- 类的实例化过程、特征、共有属性和私有属性
实例化过程 1、类的定义和语法 2、self关键字是个什么鬼 其实self 这个关键字相当于实例化对象本身(self相当于d),在实例化过程中,把自己传进去了,我们队上面的两行做一下解释 3、函数__init__() 在类中__init__()函数叫构造函数,又叫构造方法,也可以叫初始化函数。它的作 ...
分类:编程语言   时间:2017-08-05 16:04:53    阅读次数:415
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!