Attention: the list was moved to
https://github.com/dypsilon/frontend-dev-bookmarks
This page is not maintained anymore, please update your bookmarks.
| public string videoUrl; | |
| public RawImage playRawImage; | |
| public VideoPlayer videoPlayer; | |
| void Start() | |
| { | |
| videoPlayer.url = videoUrl; | |
| } | |
| // Update is called once per frame |
| <?php | |
| $path = "assets/img/qrcode_invite_template.jpeg"; | |
| $image = imagecreatefromjpeg($path); | |
| $imageInfo = getimagesize($path); | |
| //合成昵称 | |
| $textColor = imagecolorallocatealpha($image,255,0,0,50); //字体颜色 | |
| $textContent = "反倒是咖啡"; |
| fdsfsdafsdfadfdsaf | |
| faasdaf | |
| dsaf | |
| dsaf | |
| dsaf | |
| ds | |
| fds | |
| afds | |
| fds | |
| afds |
| <!doctype html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8" /> | |
| <title>the difference between mouseout with mouseleave in jQuery</title> | |
| <style> | |
| .outbox { | |
| width: 400px; | |
| height: 400px; | |
| border: 1px solid #000; |
Attention: the list was moved to
https://github.com/dypsilon/frontend-dev-bookmarks
This page is not maintained anymore, please update your bookmarks.
| <html> | |
| <head> | |
| <meta charset="utf-8" /> | |
| <script type="text/javascript" src="http://code.jquery.com/jquery-1.8.2.js"></script> | |
| <script type="text/javascript" src="http://cdnjs.cloudflare.com/ajax/libs/gsap/1.9.0/TweenMax.min.js"></script> | |
| <style type="text/css"> | |
| body { | |
| background-color: #111; | |
| color: #fff; |