码迷,mamicode.com
首页 >  
搜索关键字:i think i need a hou    ( 4897个结果
TP5语法
//查询一个数据专用 DB::table('think_user')->where('id',1)->find(); 查询的结果不存在,返回null //查询数据集使用: DB::table('think_user')->where('id',1)->select(); select 查询结构不存在 ...
分类:其他好文   时间:2019-11-11 12:59:28    阅读次数:87
【转】git场景:git chekout分支遇到问题--need merge
解决步骤: 在master上, 1、git add . 2、git commit 3、新建分支,并且checkout到此分支,重新提交; 原文:https://www.cnblogs.com/UniqueColor/p/6594942.html ...
分类:其他好文   时间:2019-11-11 12:42:00    阅读次数:77
242 Valid Anagram
```c /* Author: Zoro Date: 2019/11/10 Function: Valid Anagram Title: leetcode 242 anagram.c think: 桶排序思想 */ #include #include #include bool isAnagram(... ...
分类:其他好文   时间:2019-11-11 12:39:55    阅读次数:99
L470 self-awareness
We like to think that the human mind is special. One sign of our superiority is self-awareness, which is generally seen as the pinnacle of consciousne ...
分类:其他好文   时间:2019-11-11 09:55:53    阅读次数:81
php环境变量
最近刚刚入门php,学着用fastadmin框架,之前一直用在线命令管理的插件增加crud以及菜单,今天突然发现有一个加错了,就想用命令行删除,fastadmin文档写的也很多跟命令行有关的东西,但是一直没用到过,今天试试删一个创建错的东西. php think crud -t goods -c g ...
分类:Web程序   时间:2019-11-07 13:02:19    阅读次数:97
if you struggle and have a hard time
* sometimes it's just... * i wake up, and i think: What do i have to do,to become great? * what must i do different? * than what i'm doing,and what i' ...
分类:其他好文   时间:2019-11-07 12:57:03    阅读次数:92
UNION操作用于合并两个或多个 SELECT 语句的结果集。
UNION操作用于合并两个或多个 SELECT 语句的结果集。 大理石平台价格 使用示例: $Model->field('name') ->table('think_user_0') ->union('SELECT name FROM think_user_1') ->union('SELECT n ...
分类:其他好文   时间:2019-11-06 13:25:15    阅读次数:132
DISTINCT 方法用于返回唯一不同的值 。
DISTINCT 方法用于返回唯一不同的值 。 例如: $Model->distinct(true)->field('name')->select(); 生成的SQL语句是: SELECT DISTINCT name FROM think_user distinct方法的参数是一个布尔值。 大理石平 ...
分类:其他好文   时间:2019-11-06 13:23:38    阅读次数:109
Tree
https://loj.ac/problem/10069 题目描述   给出一张图,每条边除边权外还有颜色(黑白两色),求最小权的恰有$need$条白边的生成树。 思路   直接求最小生成树再不断删边和加边使得生成树恰有$need$条边且仍是最小权很难维护,我 ...
分类:其他好文   时间:2019-11-04 21:28:50    阅读次数:118
2、DNS服务基础及进阶
参考: http://www.178linux.com/67736 https://zhuanlan.zhihu.com/p/60917672 https://www.cnblogs.com/f-ck-need-u/p/7367503.html DNS服务器的类型: 主DNS服务器 它是特定域所有信 ...
分类:其他好文   时间:2019-11-03 23:34:03    阅读次数:93
4897条   上一页 1 ... 39 40 41 42 43 ... 490 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!