<span id="blogname"></span>


All that's beautiful drifts away like the waters ——W. B. Yeats
Modisied by Leslie-Cheung.com
 
2024/4/13 10:59:00
帝国cms后台取消登录超时限制解决办法
 
注释掉e/class/functions.php的以下代码
//登陆超时
$logintime=getcvar('logintime',1);
if($logintime)
{
if(time()-$logintime>$public_r['exittime']*60)
阅读全文 | 回复 | 引用通告

2024/4/10 13:44:00
常用sql server 语句
 
一、sql server 一次性插入大量数据(100条)。


DECLARE @i INT = 1;
WHILE @i <= 100
BEGIN
    INSERT INTO 表名 (列1, 列2, 列3, ...)
    VALUES (值1, 值2, 值3, ...);
    SET @i = @i + 1;
END;



二、-- 假设您有一个表名为your_table,需要复制的字段为source_column,目标字段为target_column
UPDATE your_table
SET target_column = source_column;


三、-- 假设有个表叫myTable,有两个字段sourceColumn和targetColumn
--
……
 
By 小鱼儿  阅读全文 | 回复 | 引用通告

2024/2/29 20:32:00
Emeditor中替换某个字符之前或之后所有字符
 
    Emeditor中使用正则表达式替换某个字符之前或之后所有字符
    1.删除A之后的所有字符用A.*$
    2.删除A之前的所有字符用^([^s]*)A 
    注释:
    如果是其他字符就把A替换为其他字符 
    如何是特殊字符注意转义
 
By 小鱼儿  阅读全文 | 回复 | 引用通告

2024/1/2 7:49:00
windows defender credential guard does not allow u
 
如何解决"Windows Defender Credential Guard不允许使用已保存的凭据"?

windows defender credential guard does not allow using saved credentials

解决方案:禁用Credential Guard.
具体方法:
1、运行 gpedit.msc .
2、计算机配置 -> 管理模板 -> 系统 -> Device Guard .
3、禁用 "打开基于虚拟化的安全".
4、重启。
 
By 小鱼儿  阅读全文 | 回复 | 引用通告

2023/10/30 14:46:00
世界各国优质法律网站大汇总
 
世界各国优质法律网站大汇总
    一、司法站点
    日本的法院网:
    http://www.courts.go.jp/
    日本最高裁判:
    http://www.courts.go.jp/
    日本法务省网:
    http://www.moj.go.jp/
    英国最高法院:
    https://www.supremecourt.uk/
    英国制定法网:
    http://www.statutelaw.gov.uk/Home.aspx
    英国法院官网:
    http:/
……
 
By 小鱼儿  阅读全文 | 回复 | 引用通告

2023/9/2 15:25:00
大型英语词典推荐
 
    引言:
    词典是我们学好英语的必备工具,好词典就是我们的学习利器。那么到底什么样的词典最适合你呢?今天我们就来盘点一下好用的词典分享吧!
    大型英语词典主要代表
    01. The Shorter Oxford English Dictionary(SOED)
    推荐指数:☆☆☆☆☆
    《简编牛津英语大词典》(SOED)是《牛津英语大词典》(OED)的精简本,是一本经典的历时词典,释义从词源开始,追根溯源,由古及今,权威解读每个英语单词的前世今生。它用OED十分之一的篇幅,收录了三分之一的内容,将1700年之后的英语单词尽收囊中。Simon Winchester曾评价说,“OED是珠穆朗玛峰,SOED就是马特洪峰”。
……
 
By 小鱼儿  阅读全文 | 回复 | 引用通告

2023/8/29 15:33:00
Allowed memory size of 134217728 bytes exhausted
 
php遇到Allowed memory size of 134217728 bytes exhausted问题解决方法
    接口或终端报出了Allowed memory size of 134217728 bytes exhausted错误,是因为php默认内存限制是128M,需要修改php.ini文件、或修改优化接口请求的数据查询。
    第一种方法修改php.ini文件:
    查找到memory_limit = 128M这一行,将128M改大点,我这里直接是改成了2048M。
    重启服务器,就可以了。
    第二种方法优化接口请求的数据查询:
    首先找到是哪个查询语句请求的数据量过大,然后进行SQL语句优化就行了,只查询需要的字段、或分页查询。
……
 
By 小鱼儿  阅读全文 | 回复 | 引用通告

2023/8/29 15:31:00
修改mysql端口后怎么修改相应的phpmyadmin端口
 
    只要修改phpmyadmin目录下libraries下配置文件config.default.php。
    $cfg['Servers'][$i]['port'] = ''
    这句注释表明这里空表示使用的是MySQL的默认端口3306。只要把它改为:
    $cfg['Servers'][$i]['port'] = '3307';
 
By 小鱼儿  阅读全文 | 回复 | 引用通告

2023/8/27 22:31:00
ssms提示“超时时间已到。在操作完成之前超时时间已
 
Error when you try to modify a large table by using SQL Server Management Studio
    This article helps you resolve the problem that occurs when you try to modify a large table by using the table designer in SQL Server Management Studio.
    Original product version:   SQL Server
    Original KB number:   915849
    Symptoms
    When you try to modify a large table by using the table designer in Microsof
……
 
By 小鱼儿  阅读全文 | 回复 | 引用通告

2023/8/26 11:33:00
常用英语词典
 
    一、世界上收词量最大的英语词典:
    1、《牛津英语词典》(Oxford English Dictionary,OED):共二十卷本,收录301,100个主词汇,总词汇数目达3.5亿个,共列出137000条读音,2493000条词源,577000条互相参照和2412400条例句
    2、《韦式国际英语词典》第三版:(Webster’s Third New International Dictionary)
    二、常用大型纸质汉英词典:
    1、《新世纪英汉大词典》(胡壮麟 主编):收录约25万词
    2、《英汉大词典》(陆谷孙 主编):收录约21万词
    3、《21世纪大英汉词典》(李华驹 主编):收录约40万词(词+词组)
    4、《新牛津英汉双解大词典(第2版)》(上海外语教育出版社):收录约36万词(词+词组)
    三、常用大型在线英语词典:
  &n
……
 
By 小鱼儿  阅读全文 | 回复 | 引用通告

首页 上一页 下一页 尾页 页次:1/30页  10篇日志/页 转到:
 
Calendar

<<  < 2024 - >  >>
1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30

Login


Bulletin
Recent Entries
Comments
Messages
Information
Links


Designed by Subdreamer
 
Powered by Oblog.