bug_x

导航

 

2017年9月14日

摘要: https://www.drupal.org/docs/8/api/database-api/dynamic-queries/count-queries https://www.drupal.org/docs/7/api/database-api/dynamic-queries/joins http 阅读全文
posted @ 2017-09-14 15:28 bug_x 阅读(139) 评论(0) 推荐(0) 编辑
 

2017年9月13日

摘要: 执行mysql update,或者delete的时候会遇到: You can't specify target table for update in FROM clause 相关的原因自不必说:下面有stackoverflow中的帖子: https://stackoverflow.com/ques 阅读全文
posted @ 2017-09-13 17:02 bug_x 阅读(1137) 评论(0) 推荐(0) 编辑
 

2017年7月27日

摘要: 1、shell.openItem(fullPath) shell.showItemInFolder(fullPath) //如果fullPath 是一个文件夹则打开,如果是一个文件,则打开其所在文件夹 https://electron.atom.io/docs/api/shell/ 2\截图: ht 阅读全文
posted @ 2017-07-27 10:55 bug_x 阅读(691) 评论(0) 推荐(0) 编辑
 

2017年7月17日

摘要: nodeJs读取文件(readfile) j json 处理: 阅读全文
posted @ 2017-07-17 09:50 bug_x 阅读(213) 评论(0) 推荐(0) 编辑
 

2017年6月15日

摘要: query.inc 文件: sql语句: 阅读全文
posted @ 2017-06-15 11:17 bug_x 阅读(234) 评论(0) 推荐(0) 编辑
 

2017年5月22日

摘要: ERROR app.wsutils 419 INCRON: Error: ('HY000', '[HY000] [MySQL][ODBC 5.2(w) Driver][mysqld-5.7.7-rc-log]Index column size too large. The maximum colum 阅读全文
posted @ 2017-05-22 09:15 bug_x 阅读(3165) 评论(0) 推荐(0) 编辑
 

2017年5月17日

摘要: function filter_emoji_string($str){ $str = trim($str); $str = preg_replace_callback('/./u',function (array $match) {return strlen($match[0]) >= 4 ? '' 阅读全文
posted @ 2017-05-17 19:32 bug_x 阅读(234) 评论(0) 推荐(0) 编辑
 

2017年5月10日

摘要: 以下摘自官方文档:https://dev.mysql.com/doc/refman/5.7/en/insert.html 语法: Or: If you declare an alias for a table, you must use the alias when referring to the 阅读全文
posted @ 2017-05-10 09:06 bug_x 阅读(704) 评论(0) 推荐(1) 编辑
 

2017年4月25日

摘要: update table ucf, table t2 set ucf.pcid = t2.pcid where t2.name = 'liming' and t2.gid= ucf.gid and ucf.id in(474,475,479,482,457,375,461,406,373,374); 阅读全文
posted @ 2017-04-25 20:16 bug_x 阅读(929) 评论(0) 推荐(0) 编辑
 

2017年4月23日

摘要: <html> <head></head> <body> <form class="form-inline"> <div> <fieldset> <label for="attention">Set Tag Status:&nbsp;</label> <input type="radio" name= 阅读全文
posted @ 2017-04-23 12:09 bug_x 阅读(1015) 评论(0) 推荐(0) 编辑