码迷,mamicode.com
首页 >  
搜索关键字:xpl    ( 1173个结果
cannot be cast to
java.lang.ClassCastException: com.service.impl.OrderPlanServiceImpl cannot be cast to com.provider.service.IUserInfoService at com.easylabplus.provide ...
分类:其他好文   时间:2017-09-07 00:54:13    阅读次数:118
Explain语法
执行计划包含的信息 id 包含一组数字,表示查询中执行select子句或操作表的顺序 id相同,执行顺序由上至下 如果是子查询,id的序号会递增,id值越大优先级越高,越先被执行 id如果相同,可以认为是一组,从上往下顺序执行;在所有组中,id值越大,优先级越高,越先执行 select_type 表 ...
分类:其他好文   时间:2017-09-06 23:53:46    阅读次数:237
python中的输入和输出
输入和输出 输出: 用print()在括号中加上字符串,就可以向屏幕上输出指定的文字。比如输出'hello, world',用代码实现如下: >>> print('hello, world') print()函数也可以接受多个字符串,用逗号“,”隔开,就可以连成一串输出: >>> print('Th ...
分类:编程语言   时间:2017-09-06 14:31:09    阅读次数:153
php实现常用文件上传类
1 _path = $path; 20 $this->_allowType = array( 21 // images 22 'bmp' => 'image/x-ms-bmp', 23 'jpg' => 'image/jpeg', 24 '... ...
分类:Web程序   时间:2017-09-06 00:42:36    阅读次数:246
html 转pdf word等等
$content = //html代码; $data = '<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns="http://ww ...
分类:Web程序   时间:2017-09-04 11:57:35    阅读次数:252
MSSQL2008 数据库展开报错:值不能为空。 参数名: viewInfo (Microsoft.SqlServer.Management.SqlStudio.Explorer)
今天打开数据库,结果出现:值不能为空。 参数名: viewInfo (Microsoft.SqlServer.Management.SqlStudio.Explorer) 百度之后找到其中一种解决方案,当然或许有其他解决方案,特此Mark一下 方案: 1.打开路径 C:\Users\Administ ...
分类:数据库   时间:2017-09-04 11:53:04    阅读次数:685
Mysql之表的操作与索引操作
表的操作: 1.表的创建: create table if not exists table_name(字段定义); 例子: create table if not exists user(id int auto_increment, uname varchar(20), address varch ...
分类:数据库   时间:2017-09-03 19:27:08    阅读次数:180
667. Beautiful Arrangement II
Given two integers n and k, you need to construct a list which contains n different positive integers ranging from 1 to n and obeys the following requ ...
分类:其他好文   时间:2017-09-02 15:48:09    阅读次数:160
451. Sort Characters By Frequency
Given a string, sort it in decreasing order based on the frequency of characters. Example 1: Example 2: Example 3: ...
分类:其他好文   时间:2017-09-02 11:28:46    阅读次数:122
[leetcode-667-Beautiful Arrangement II]
Given two integers n and k, you need to construct a list which contains n different positive integers ranging from 1 to n and obeys the following requ ...
分类:其他好文   时间:2017-09-01 23:12:29    阅读次数:416
1173条   上一页 1 ... 94 95 96 97 98 ... 118 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!