码迷,mamicode.com
首页 >  
搜索关键字:exce    ( 5979个结果
PhoneNote
package com.example.phonenote; import android.app.Activity;import android.content.Intent;import android.database.sqlite.SQLiteDatabase;import android. ...
分类:其他好文   时间:2017-02-18 21:36:00    阅读次数:223
Excel2003 去除重复项
利用 数据透视表 间接 获得 非重复项 1] 选中要去除重复项 的列 数据 2] 3]将选中列移动到 左侧 即可 4] ...
分类:其他好文   时间:2017-02-18 11:56:19    阅读次数:186
【LeetCode】Add Two Numbers
题目描述: You are given two non-empty linked lists representing two non-negative integers. The digits are stored in reverse order and each of their nodes ...
分类:其他好文   时间:2017-02-17 15:32:24    阅读次数:161
Azure机器学习入门(四)模型发布为Web服务
接Azure机器学习(三)创建Azure机器学习实验,下一步便是真正地将Azure机器学习的预测模型发布为Web服务。要启用Web服务发布任务,首先点击底端导航栏的运行即"Run"按钮运行新的收入预测实验。实验开始运行之后,底端导航栏的发布Web服务即"Publish Web Service"按钮就 ...
分类:Web程序   时间:2017-02-17 15:08:10    阅读次数:222
无法向会话状态服务器发出会话状态请求。
背景 工作中另一台电脑导入新的源码时,运行网站时出错,无限重定向。 问题 System.Web.HttpException: 无法向会话状态服务器发出会话状态请求。请确保已启动 ASP.NET State service,并且客户端和服务器端口是相同的。如果服务器位于远程计算机上,请检查 HKEY_ ...
分类:其他好文   时间:2017-02-17 10:09:02    阅读次数:132
实现类似tail -f file功能
python版本py3 tail -f file是打印最后10行,然后跟踪文件追加的内容打印出来。 python3 以为本方式打开的话,不能回退(f.seek(-1,1)),所有以'rb'方式打开文件。 思路是f.seek(-n,2)从文件末尾回退n字节,然后f.readlines()读取文件,如果 ...
分类:其他好文   时间:2017-02-16 22:49:22    阅读次数:362
关于快速开发:网红妹纸,给了我一个idea!
我是一名软件公司员工,从事撸码事业也有一段时间了。码代码已经成了我生活的一部分,我的撸码生活几乎一成不变。直到有一天,写字楼搬来了一家网红公司! 网红公司,什么是网红公司,在座的肯定都懂啦~就是那种漂亮妹妹很多的公司了!可别说我们公司那群屌丝多开心了,连我们公司只知道码代码的撸码狂人—逼哥(绰号), ...
分类:其他好文   时间:2017-02-16 16:07:00    阅读次数:172
jenkins 发送邮件失败
jenkins 配置发送邮件,发送测试邮件,邮件发送失败: Failed to send out e-mail ...
分类:其他好文   时间:2017-02-16 14:24:42    阅读次数:898
*** Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[ViewController > setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key
*** Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[ViewController > setValue:forUndefinedKey:]: this class is not key va ...
分类:移动开发   时间:2017-02-15 18:52:09    阅读次数:185
java.lang.IllegalArgument,Parse error in application web.xml file at jndi:/localhost/WEB-INF/web.xml
启动Tomcat时错误:java.lang.IllegalArgumentException: Can't convert argument: nullParse error in application web.xml file at jndi:/localhost/WEB-INF/web.xml ...
分类:移动开发   时间:2017-02-15 12:05:40    阅读次数:195
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!