码迷,mamicode.com
首页 >  
搜索关键字:erb    ( 1223个结果
DTrace C++ Mysteries Solved 转
I’ve been using DTrace on Leopard in my recent work, and while it’s a great tool, the C++ support is confusing and I couldn’t find proper documentatio ...
分类:编程语言   时间:2017-01-25 16:18:31    阅读次数:247
tomcat启动时报:IOException while loading persisted sessions: java.io.EOFException的解决方案
严重: IOException while loading persisted sessions: java.io.EOFExceptionjava.io.EOFException at java.io.ObjectInputStream$PeekInputStream.readFully(Obje ...
分类:编程语言   时间:2017-01-23 15:38:00    阅读次数:348
webapi设置一个Action同时支持get和post请求
代码如下: 说明: 重点在AcceptVerbs这个特性,传入要支持的Method即可 上面的代码: 若客户端请求为GET,则getParam有值 若客户端请求为POST,则postParam有值 MSDN https://msdn.microsoft.com/zh-cn/library/syste ...
分类:Windows程序   时间:2017-01-19 16:09:15    阅读次数:206
测试功夫不负有心人
功夫不负有心人 Python代码from django.db import models from django.contrib.auth.models import User # Create your models here. class Customer(models.Model): '''客... ...
分类:其他好文   时间:2017-01-14 07:24:35    阅读次数:186
On the first day here
记录一下到这里的第一天 简单的自我介绍一下: 姓名: 郑超杰 昵称: 蝴蝶 English Nickname: developerbfl 技能: OC H5 Swift ...
分类:其他好文   时间:2017-01-13 15:50:15    阅读次数:142
linux上安装mysql及简单的使用
1. 安装mysql sudo apt-get update sudo apt-get install mysql-server sudo apt-get install python-mysqldb(如果python中要使用,请安装) 2.登录root用户: mysql -u root -p 3. ...
分类:数据库   时间:2017-01-13 00:53:12    阅读次数:196
zsh + oh-my-zsh 主题预览
The Themes robbyrussell the (default) that Robby uses The rest of the themes, in alphabetical order: af-magic afowler agnoster Official repository Sho ...
分类:其他好文   时间:2017-01-10 19:53:41    阅读次数:1168
Codeforces 704D Captain America
题意:平面上有n个点,每个点必须涂成红色和蓝色中的一种,花费各为r和b(对所有的点花费都一样).m条限制,每条限制形如”y=b这条直线上两种颜色的点的数目之差的绝对值不能超过c”或” x=b这条直线上两种颜色的点的数目之差的绝对值不能超过c”,点数和限制数10^5,坐标范围10^9. 首先看到坐标范 ...
分类:其他好文   时间:2017-01-09 20:10:05    阅读次数:248
sping的quartz设置定时任务
除了spring相关的jar包之外,还需要引入quartz-all-1.6.6.jar。 spring配置文件增加quartz-bean.xml和quartz-set.xml quartz-bean.xml: quartz-set.xml: 调用的类TestQuartzTask: 除此之外,还需要在 ...
分类:其他好文   时间:2017-01-09 18:51:26    阅读次数:134
当Appium中遇到alert(python篇)
当Appium中遇到alert,可以使用switch_to_alert(),以下是微信登录切换登录方式的代码示例: 1 #coding=utf-8 2 from appium import webdriver 3 from time import sleep 4 import unittest 5 ...
分类:移动开发   时间:2017-01-09 18:47:24    阅读次数:1823
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!