#FI

HOW TO: Configure Internet Information Services Web Authentication in Windows Server 2003

HowtoConfigureIISWebSiteAuthenticationUseanadministrativeaccounttologontotheWebserver.StartIISManageroropentheIISsnap-in.ExpandServer_name,whereServer_nameisthe...

git filter-repo

https://github.blog/2019-11-03-highlights-from-git-2-24/#alternative-history-rewriting-toolshttps://github.com/newren/git-filter-repo $gitfilter-branch-f--...
IT猿 ·2020-03-27

笔记本(WIN7|XP)发射wifi信号 当无线路由使用

Windows7系统第一步:是你的电脑上要有两个网卡一个有线一个无线(笔记本应该都有)台式机可以考虑买个USB无线网卡(50左右)第二步:win+R CMD 输入(只输入红色部分)netshwlansethostednetworkmode=allowssid=hackseokey=hackhack[...

Retrofit 2.0 使用详细教程

在Andrroid开发中,网络请求十分常用而在Android网络请求库中,Retrofit是当下最热的一个网络请求库今天,我将献上一份非常详细Retrofitv2.0的使用教程,希望你们会喜欢。如果对Retrofitv2.0的源码感兴趣,可看文章:Android:手把手带你深入剖析Retrofit2.0源码特别注意:准...

docker-6-DockerFile解析

 Dockerfile是用来构建Docker镜像的构建文件,是由一系列命令和参数构成的脚本。构建三步骤:1、编写Dockerfile文件2、dockerbuild3、dockerrun 文件什么样???以我们熟悉的CentOS为例https://hub.docker.com/_/centos/&nb...

IDEA中解决Edit Configurations中没有tomcat Server选项的问题(附配置Tomcat)

 1.点击File-->settings(Ctrl+Alt+S)  2.在弹出的窗口中的搜索框中输入appliation,然后选择下方的Plugins,再然后勾选左侧Installed中的如图所示的两个选项,先别忙重启再在搜索框中输入tomcat,勾选右边对应的内容,然后重启即可在E...

python的filter,reduce,map

 1.filterfilter(func,iter)只能处理一个参数(iter),仅仅将满足func方法的数值过滤出来  如:  a=[1,2,3,4,5]  list(filter(lambdax:x>2,a))  输出结果为:[3,4,5]map(func,iter1,iter2,..)可以处理多个...

--secure-file-priv option so it cannot execute this statement

  MYSQL导入数据出现TheMySQLserverisrunningwiththe--secure-file-privoptionsoitcannotexecutethisstatementmysql>showvariableslike'%secure%';+---------------...

linux文件去重工具findup, fslint-gui

findup, fslint-gui,图形化工具,直接使用...

大数据征信的应用和启示:ZestFinance的基于大数据的信用评估技术

http://www.d1net.com/bigdata/news/325426.html2014年11月,本文作者有机会和ZestFinance的创始人和首席执行官梅里尔(DouglasC.Merill)先生进行了面对面的交流。这位普林斯顿的认知学博士阐述了ZestFinance利用大数据进行信用风险管理的基本框架。...

/usr/lib/uwsgi/plugins/python_plugin.so: cannot open shared object file: No such file or directory

 Djangouwsgi部署方式下产生这个Bug,后来发现把uwsgi配置ini文件里面的#plugins=python把上面这句配置语句注释掉,uwsgi就可以运行了,当然,是正常可用运行状态。...

TypeError: can't compare offset-naive and offset-aware datetimes bugfix

参考:https://docs.djangoproject.com/en/1.8/topics/i18n/timezones/#naive-and-aware-datetime-objects起因:正常的dateime.now()得到的日期不能和Django数据库里面存储的日期数据做对比,两个解决办法:1、是把Djan...

pydev 下Django 1.7 undefined variables from import问题的解决

参考:http://stackoverflow.com/questions/24951029/pydev-django-undefined-variables-from-import   参考上面的帖子认为问题的原因是Django1.7的原因,只有在开发环境下把Django版本降到1.6。...

BugFix:URL or HTTP headers are too long (IP=127.0.0.1)

错误提示:URLorHTTPheadersaretoolong(IP=127.0.0.1)com.caucho.server.dispatch.BadRequestException:URLorHTTPheadersaretoolong(IP=127.0.0.1)Resin/4.0.27Server:'app-0'官方...

Airbnb/Apache Superset – the open source dashboards and visualization tool – first impressions and link to a demo

https://assemblinganalytics.com/post/airbnbapache-superset-first-impressions-and-link-to-a-demo/TodayIspentsometimelookingintoSuperset,theanalyticsandBIopensour...
首页上一页...415416417418419...下一页尾页