码迷,mamicode.com
首页 > 2017年11月02日 > 全部分享
【离散化树状数组】Nordic Collegiate Programming Contest G.Galactic Collegiate Programming Contest
1 #include<bits/stdc++.h> 2 using namespace std; 3 typedef long long ll; 4 int n,m; 5 const int maxn=1e5+3; 6 struct node 7 { 8 int team; 9 int num; 1 ...
分类:编程语言   时间:2017-11-02 14:37:52    阅读次数:285
emacs lisp
参考 http://blog.jobbole.com/44932/ ...
分类:系统相关   时间:2017-11-02 14:37:41    阅读次数:292
mybatis+spring boot, mapper 提示Could not autowire. No beans of … type found
工具及背景: IntelliJ IDEA 2016.1.3 Ultimate。spring boot, maven项目,利用mybatis 注解的方式查询mysql。 业务逻辑关系:controller --> Service接口 > serverImpl >Dao -->DaoImpl > map ...
分类:移动开发   时间:2017-11-02 14:37:33    阅读次数:537
关于数据库设计和使用建议
在使用和设计数据库时个人的一些建议: 1、在设计和使用表等时,请永远想到一个问题:数据库时用来存储数据和查询数据用的,我们需的是写和查询 2、前期在设计数据表结构时,请不要随意使用数据类型,请认真思考你的需求类型,随意设计带来的后果就是查询速度超级慢,最后被迫重新设计 3、数据类型:能用一个字节表达 ...
分类:数据库   时间:2017-11-02 14:37:24    阅读次数:192
javascript 手写OOP简易年历
1 2 3 4 5 61 7 8 9 10 11 12 hello my lady ... ...
分类:编程语言   时间:2017-11-02 14:37:05    阅读次数:194
JDK7下载地址
每次都找一会,记录一下备用 JDK7下载官方地址: http://www.oracle.com/technetwork/java/javase/downloads/java-archive-downloads-javase7-521261.html ...
分类:其他好文   时间:2017-11-02 14:36:59    阅读次数:196
网狐登陆服务器错误修复
...
分类:其他好文   时间:2017-11-02 14:36:49    阅读次数:132
hadoop-07-ntp服务检查
hadoop-07-ntp服务检查 cd /etc/more /etc/ntp.conf里面进行了server的配置 service ntpd status / stop/ start 安装ntpd server的步骤:yum install ntpd ntp服务的客户端:service ntpd ...
分类:其他好文   时间:2017-11-02 14:36:40    阅读次数:138
django xdmin使用
我们来看看我们原先django给我们自带的admin后台是什么样子的呢 有人说,你的界面怎么那么丑,我说这个还叫丑吗,他说丑,我说你来,我看看你的,上图 看到登录界面后,我说别看了,我去修改,修改,我的于是乎,我也开始了对我的进行了修改,找资料,可惜都是python2的 我的装不上,抓狂,费了九牛二 ...
分类:其他好文   时间:2017-11-02 14:36:30    阅读次数:270
Nginx常用命令(加入系统服务)
nginx 服务器重启命令,关闭 nginx -s reload :修改配置后重新加载生效 nginx -s reopen :重新打开日志文件 nginx -t -c /path/to/nginx.conf 测试nginx配置文件是否正确 关闭nginx: nginx -s stop :快速停止ng ...
分类:其他好文   时间:2017-11-02 14:36:21    阅读次数:159
erp权限验证框架Shiro
权限验证框架Shiro 1.1. 什么是Shiro Apache Shiro是一个强大易用的Java安全框架,提供了认证、授权、加密和会话管理等功能: 认证(Authentication):用户身份识别,常被称为用户“登录”,判断用户是否登陆,如果未登陆,则拦截其请求 授权(Authorizatio ...
分类:其他好文   时间:2017-11-02 14:36:14    阅读次数:222
Just-In-Time Debugging in Visual Studio 禁止VS在服务器上调试
To disable Just-In-Time debugging by editing the registry On the Start menu, search for and run regedit.exe In the Registry Editor window, locate and ...
分类:其他好文   时间:2017-11-02 14:36:07    阅读次数:305
多线程通用处理队列类(三)
使用: ...
分类:编程语言   时间:2017-11-02 14:35:55    阅读次数:159
centos
centos单用户模式修改root密码 按e编辑 在UTF-8后面添加init=/bin/sh 然后ctrl-x 输入 mount -o rw,remount / . (在sh-4.2#下的命令不会显示出来) 现在可以改密码了输入passwd提示输入新密码 执行:touch /.autorelabe ...
分类:其他好文   时间:2017-11-02 14:35:49    阅读次数:174
洛谷mNOIP模拟赛Day1-数颜色
传送门 题目大意: 给定一个序列,维护每个数字在[L,R]出现的次数以及交换a[x]和a[x+1]的操作 一开始想的分桶法,感觉复杂度还可以吧,常数有点大,于是死得很惨(65分) 1 #include<cstdio> 2 #include<cstdlib> 3 #include<algorithm> ...
分类:其他好文   时间:2017-11-02 14:35:39    阅读次数:180
项目群管理是企业转型的关键点
这是一个变革转型的时代,每一家企业都面临着转型的压力和在转型过程中的阻力与困惑。 1、企业管理者们需要时刻思考的问题 如何规划改革的路径? 如何领导员工改变现状? 如何保障变革转型过程的稳定? 如何能够明确转型的阶段目标? 如何确保变革转型后收益的实现? 如何在变革与稳定中建立平衡的机制? MSP是 ...
分类:其他好文   时间:2017-11-02 14:35:29    阅读次数:154
mybatis(错误一) 项目启动时报“Result Maps collection already contains value forxxx”的解决方案
Result Maps collection already contains value for xyx.dsw.dao.mapper.admin.quotationwish.TempTestTableMapper.TempTestTableResult 一 错误信息: [html] view p ...
分类:其他好文   时间:2017-11-02 14:35:16    阅读次数:4497
1444条   上一页 1 ... 47 48 49 50 51 52 53 ... 85 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!