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
利用 数据透视表 间接 获得 非重复项 1] 选中要去除重复项 的列 数据 2] 3]将选中列移动到 左侧 即可 4] ...
分类:
其他好文 时间:
2017-02-18 11:56:19
阅读次数:
186
题目描述: 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机器学习(三)创建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
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
我是一名软件公司员工,从事撸码事业也有一段时间了。码代码已经成了我生活的一部分,我的撸码生活几乎一成不变。直到有一天,写字楼搬来了一家网红公司! 网红公司,什么是网红公司,在座的肯定都懂啦~就是那种漂亮妹妹很多的公司了!可别说我们公司那群屌丝多开心了,连我们公司只知道码代码的撸码狂人—逼哥(绰号), ...
分类:
其他好文 时间:
2017-02-16 16:07:00
阅读次数:
172
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 va ...
分类:
移动开发 时间:
2017-02-15 18:52:09
阅读次数:
185
启动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