Android开发中,控制台(Console)输出警告信息:ActivityManager: Warning: Activity not started, its current task has been brought to the front愿意可能是你的模拟器中还有东西在运行,也就是你要运行...
分类:
其他好文 时间:
2015-08-16 15:09:47
阅读次数:
97
虽然说现在官方的自带插件已经有很多了,但是有时候往往不能满足我们的需求,下面我简单介绍一些常见的四种提示弹出框(success,loading,error,warning),我分别用原生JavaScript和jQuery来介绍分享给各位博友!一、首先介绍原生JavaScript来实现四种提示弹出框:...
分类:
编程语言 时间:
2015-08-16 02:01:07
阅读次数:
447
警告alerts的使用:用于提示用户相关信息。基本的显示方式有四种分别对应的是:(信息)alert-info、(成功)alert-success、(危险)alert-danger、(警告)alert-warning.示例代码:文字的信息提示成功的信息提示危险的信息提示警告的信息提示效果图如下: 在写...
分类:
其他好文 时间:
2015-08-15 01:33:44
阅读次数:
138
第一篇文章额大半夜 爬起来做CFSB题被hack之后还是错 没药救了E题再有3分钟就调出来了读题要认真,写题要专心QAQProblem A Elections#include #include using namespace std;#pragma warning (disable : 4996)i...
分类:
其他好文 时间:
2015-08-14 06:29:06
阅读次数:
133
今天在自己实现strlen函数的时候碰到碰到了一个很有意思的warning:warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 1 #include 2 3 int strlen(cha.....
分类:
其他好文 时间:
2015-08-14 00:53:52
阅读次数:
237
[root@bak1 bak]# scp gwsyj.sql.gzroot@192.168.21.65:/data/dbdata/@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ WARNING: REMOTE HOST IDE...
分类:
其他好文 时间:
2015-08-12 11:27:15
阅读次数:
121
使用Ecshop给客户做了一个商城系统,在测试时发现后台在更改订单的配送方式时出现了以下问题“PHP Warning: number_format() expects parameter 1 to be double, string given in C:\inetpub\wwwroot\inclu...
分类:
Web程序 时间:
2015-08-11 17:49:14
阅读次数:
131
linux下登录mysql服务器一般都是在命令行手动输入链接信息[root@localhost~]#mysql-hlocalhost-uroot-p11111而在mysql 5.6之后版本这样登录则会有安全提示Warning: Using a password on the command line...
分类:
数据库 时间:
2015-08-11 12:02:58
阅读次数:
172
//
// MyCell.h
// UI09_自定义cell
//
// Created by dllo on 15/8/10.
// Copyright (c) 2015年 zhozhicheng. All rights reserved.
//#import @interface MyCell : UITableViewCell
#warning 现在要给自...
分类:
移动开发 时间:
2015-08-11 10:14:26
阅读次数:
147
在pch中全局导入一些全局的头文件 #import?<Availability.h>
#ifndef?__IPHONE_5_0
#warning?"This?project?uses?features?only?available?in?iOS?SDK?5.0?and?later."
#endif
#ifdef?__OBJC__
#i...
分类:
其他好文 时间:
2015-08-11 08:38:42
阅读次数:
175