会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
andy_0212
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
6
7
8
9
10
11
12
13
14
···
21
下一页
2018年12月3日
Pandas isna() and isnull(), what is the difference?
摘要: isnull is an alias for isna. Literally in the code source of pandas: Indeed: So I would recommend using isna.
阅读全文
posted @ 2018-12-03 09:55 andy_0212
阅读(1356)
评论(0)
推荐(0)
2018年12月2日
使用OWIN 为WebAPI 宿主 跨平台
摘要: OWIN是什么? OWIN的英文全称是Open Web Interface for .NET。 如果仅从名称上解析,可以得出这样的信息:OWIN是针对.NET平台的开放Web接口。 那Web接口是谁和谁之间的接口呢?是Web应用程序与Web服务器之间的接口,OWIN就是.NET Web应用程序与We
阅读全文
posted @ 2018-12-02 15:29 andy_0212
阅读(189)
评论(0)
推荐(0)
2018年11月29日
面向新手的Web服务器搭建(一)——IIS的搭建
摘要: http://blog.csdn.net/yuanguozhengjust/article/details/25747729 很多童鞋说自己是做移动开发的,想挂个简单的Web API,可是服务器又不会搭,这样一来测试就成了问题。看看网上的教程,发现略难懂,而且大多是一个转一个,没价值,所以干脆写几篇
阅读全文
posted @ 2018-11-29 17:37 andy_0212
阅读(296)
评论(0)
推荐(0)
ASP.NET 网站部署到IIS上如何进行调试
摘要: 1:在一个网站成功部署后,有可能会遇到一些错误,但是又不能直接看出错误源(如果能在源程序里下断点进行调试就好了,这样就能准确的找出错误代码),下面介绍如何在一个已经部署的网站上进行断点调试(前提有网站的Debug模式下的源码) 2:通过VS(以管理员身份打开)打开该项目的源码(这里以VS2010为例
阅读全文
posted @ 2018-11-29 17:03 andy_0212
阅读(1121)
评论(0)
推荐(0)
IIS 部署问题-The requested page cannot be accessed because the related configuration data for the page is invalid error
摘要: https://stackoverflow.com/questions/9216158/the-requested-page-cannot-be-accessed-because-the-related-configuration-data-for 文件夹没有给 IIS_IUSRS 权限 Solut
阅读全文
posted @ 2018-11-29 16:45 andy_0212
阅读(550)
评论(0)
推荐(0)
2018年11月27日
显示已经安装的package - pip freeze
摘要: pip freeze
阅读全文
posted @ 2018-11-27 20:35 andy_0212
阅读(84)
评论(0)
推荐(0)
2018年11月26日
Apply vs transform on a group object
摘要: My takeout so far is that .transform will work (or deal) with Series (columns) in isolation from each other. You asked .transform to take values from
阅读全文
posted @ 2018-11-26 14:22 andy_0212
阅读(404)
评论(0)
推荐(0)
Cygwin工具的简单使用
摘要: 简介 从使用角度来看:Cygwin就是一个windows软件,该软件就是在windows上仿真linux操作系统。简言之,cygwin是一个在windows平台上运行的 linux模拟环境,使用一个Dll(动态链接库)来实现,这样,我们可以开发出Cygwin下的UNIX工具,使用这个DLL运行在Wi
阅读全文
posted @ 2018-11-26 10:04 andy_0212
阅读(236)
评论(0)
推荐(0)
ip地址和host name加入DNS
摘要: https://en.wikipedia.org/wiki/Hosts_%28file%29
阅读全文
posted @ 2018-11-26 08:45 andy_0212
阅读(165)
评论(0)
推荐(0)
2018年11月25日
cygwin使用Windows下的python
摘要: 在cygwin下使用python: 安装cygwin,找到.bash_profile (在用户目录下 比如 C:\Cygwin\home\username\) 运行时, 参考1 安装GCC 安装git
阅读全文
posted @ 2018-11-25 16:48 andy_0212
阅读(900)
评论(0)
推荐(0)
上一页
1
···
6
7
8
9
10
11
12
13
14
···
21
下一页
公告