码迷,mamicode.com
首页 >  
搜索关键字:credit    ( 152个结果
SQL Server 创建索引的 5 种方法
前期准备: create table Employee ( ID int not null primary key, Name nvarchar(4), Credit_Card_ID varbinary(max)); 小心这种数据类型。 go 说明:本表上的索引,都会在创建下一个索引前删除。 操作 ...
分类:数据库   时间:2017-03-23 20:47:51    阅读次数:281
用R语言 logit,GBM,knn,xgboost
Prepare the data 数据来自UCIhttp://archive.ics.uci.edu/ml/machine-learning-databases/credit-screening,一个信a用卡的数据,具体各项变量名以及变量名代表的含义不明(应该是出于保护隐私的目的),本文会用logi ...
分类:编程语言   时间:2017-03-08 19:03:07    阅读次数:533
Python中MySQL插入数据
1 sql = 'INSERT INTO course(class_name, credit, properties, teacher_name, college_given, classroom) ' \ 2 'VALUES ("%s", "%d", "%s", "%s", "%s", "%s")... ...
分类:数据库   时间:2017-03-04 14:04:49    阅读次数:300
交互器中python中的帮助使用
C:\Users\ceshi>pythonPython 2.7.12 (v2.7.12:d33e0cf91556, Jun 27 2016, 15:24:40) [MSC v.1500 64 bit (AMD64)] on win32Type "help", "copyright", "credit ...
分类:编程语言   时间:2017-02-06 14:47:55    阅读次数:167
连接Mysql编码问题
连接Mysql数据库的时候 String url = "jdbc:mysql://localhost:3306/credit?autoReconnect=true&useUnicode=true&characterEncoding=utf8"; String userName = "root"; S ...
分类:数据库   时间:2016-12-17 19:36:50    阅读次数:208
ipython安装
以下以Centos7为例[root@c7~]#tarxfipython-1.2.1.tar.gz[root@c7~]#cdipython-1.2.1[root@c7ipython-1.2.1]#pythonsetup.pybuild[root@c7ipython-1.2.1]#pythonsetup.pyinstall[root@c7ipython-1.2.1]#ipythonPython2.7.5(default,Jun172014,18:11:42)Type"copyright","credit..
分类:编程语言   时间:2016-12-09 01:38:21    阅读次数:210
jetty7.6运行struts2项目问题解决
运行struts2项目报错:报错1:11:56:51,400 WARN Dispatcher:68 - Could not find action or result: /credit_publicity/sydq/loginSydqAction!sydq.dhtmlThere is no Acti ...
分类:其他好文   时间:2016-11-20 18:59:54    阅读次数:205
python 之简单模拟银行系统功能(卡号申请、还款、支付、取现)
一、简单说明1、源代码文件见附件Credit.zip2、关于转账功能,因时间问题,转账功能待续4、逻辑图二、代码1、包encryption中的(password.py文件)#!/usr/bin/envpython #-*-coding:utf-8-*- """ CreatedonThuNov1014:47:292016 密码相关功能 @author:toby """ importhashlib,..
分类:编程语言   时间:2016-11-14 16:22:24    阅读次数:237
使用基于Apache Spark的随机森林方法预测贷款风险
使用基于Apache Spark的随机森林方法预测贷款风险 使用基于Apache Spark的随机森林方法预测贷款风险 原文:Predicting Loan Credit Risk using Apache Spark Machine Learning Random Forests 作者:Carol ...
分类:Web程序   时间:2016-11-11 09:34:41    阅读次数:478
HDU 3746 Cyclic Nacklace(KMP求循环节)
Description CC always becomes very depressed at the end of this month, he has checked his credit card yesterday, without any surprise, there are only ...
分类:其他好文   时间:2016-11-09 05:57:44    阅读次数:227
152条   上一页 1 ... 5 6 7 8 9 ... 16 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!