码迷,mamicode.com
首页 >  
搜索关键字:lex    ( 2392个结果
反射 内置方法
反射~~~ 反射 使用字符串数据类型的变量名来获取这个变量的值 反射类中的变量: 静态属性 类方法 静态方法 反射对象中的变量 对象属性 普通方法 alexsb30alexsb is eat 普通的给文件名 变更 和getattr方法 本文件反射 import sys getattr(sys.mod ...
分类:其他好文   时间:2018-09-03 19:57:36    阅读次数:168
sklearn 随机森林方法
Methods Predict class for X. The predicted class of an input sample is a vote by the trees in the forest, weighted by their probability estimates. Tha ...
分类:其他好文   时间:2018-09-03 13:50:53    阅读次数:420
e681. 基本的打印程序
Note that (0, 0) of the Graphics object is at the top-left of the actual page, outside the printable area. In this example, the Graphics object is tra ...
分类:其他好文   时间:2018-09-03 00:05:49    阅读次数:170
e672. 缩放,剪取,移动,翻转缓冲图像
AffineTransform tx = new AffineTransform(); tx.scale(scalex, scaley); tx.shear(shiftx, shifty); tx.translate(x, y); tx.rotate(radians, bufferedImage.g... ...
分类:移动开发   时间:2018-09-02 23:43:28    阅读次数:201
9.2前端
2018-9-2 13:17:30 前端还有三天 57-59 先有空看看,然后直接进行Django Django有意思! ...
分类:其他好文   时间:2018-09-02 14:34:37    阅读次数:152
JDBC
1.1 1:JDBC概述 JDBC(Java Data Base Connectivity,java数据库连接)是一种用于执行SQL语句的Java API,可以为多种关系数据库提供统一访问,它由一组用Java语言编写的类和接口组成。是Java访问数据库的标准规范 JDBC提供了一种基准,据此可以构建 ...
分类:数据库   时间:2018-08-31 01:25:34    阅读次数:283
(转)c# 扩展方法
扩展方法能够向现有类型“添加”方法,而无需创建新的派生类型,重新编译或以其他方式修改原始类型。扩展方法必须是静态方法,可以像实例方法一样进行调用。且调用同名中实际定义的方法优先级要高于扩展方法。 先来看看在经常使用List类型中使用扩展方法的例子,首先看看List是如何定义的: 在List的类型定义 ...
分类:Windows程序   时间:2018-08-30 11:43:40    阅读次数:243
Python(os模块)
os模块 执行结果: 参考:http://www.cnblogs.com/alex3714/articles/5161349.html ...
分类:编程语言   时间:2018-08-29 22:19:27    阅读次数:217
[LeetCode] 584. Find Customer Referee_Easy tag: SQL
Given a table customer holding customers information and the referee. + + + + | id | name | referee_id| + + + + | 1 | Will | NULL | | 2 | Jane | NULL ...
分类:数据库   时间:2018-08-29 01:08:24    阅读次数:265
Oracle Database-PL/SQL
Oracle Database-PL/SQL PL/SQL基础 PL/SQL(Procedure Language/SQL) PL/SQL是Oracle对SQL语言的过程化扩展,指在SQL命令语言中增加了过程处理语句(如分支、循环等),使SQL语言具有过程处理能力。把SQL语言的数据操纵能力与过程语 ...
分类:数据库   时间:2018-08-28 21:16:52    阅读次数:300
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!