- 博客(7)
- 资源 (2)
- 收藏
- 关注
原创 Failed to unlink socket file /tmp/mongodb-27017.sock Unknown error
2019-09-26T08:10:56.247+0800 I CONTROL [main] ***** SERVER RESTARTED ***** 2019-09-26T08:10:56.255+0800 I CONTROL [main] Automatically disabling TLS 1.0, to force-enable TLS 1.0 specify --sslDisabl...
2019-09-26 08:32:48
1017
原创 git config --global user.email
Run git config --global user.email "[email protected]" git config --global user.name "Your Name" to set your account's default identity.
2014-08-25 16:54:30
5235
转载 微信分享获得积分 jquery微信分享获得积分 原理
方法/步骤 1 //发送给好友成功 res.err_msg=="send_app_msg:ok" //分享到朋友圈成功 res.err_msg=="share_timeline:ok" //分享到微博成功 res.err_msg=="share_weibo:ok"
2014-08-01 19:47:22
2625
转载 微信内部浏览器私有接口 - WeixinJSBridge介绍
微信网页进入,右上角有三个小点,没错,我们用到的就是它!我们只要通过将小点列表下的按钮进行自定义,就可以随心所欲的分享我们自己的内容了。 注意:(WeixinJSBridge只能在微信内打开的网页有效) 按钮一之------发送给好友 function sendMessage(){ WeixinJSBridge.on('menu:share:appmessage', func
2014-08-01 19:42:57
1746
原创 PHP与sqlite数据库的使用
$db=new PDO('sqlite:.address/test.db'); $db->beginTransaction(); $sth = $db->prepare('SELECT * FROM company'); $sth->execute(); $result = $sth->fetchAll(); echo ""; print_r($
2014-07-06 17:01:22
2020
原创 Java连接mysql的方法
package dbase; import java.sql.Connection; import java.sql.DriverManager; import java.sql.ResultSet; import java.sql.Statement; public class Db { public static void main(String[] args)
2014-07-06 03:25:22
750
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人