码迷,mamicode.com
首页 >  
搜索关键字:tricks    ( 294个结果
python小技巧(转)
http://blog.jobbole.com/63320/ 30 Python Language Features and Tricks You May Not Know About Posted on Mar 05, 2014 , last modified on May 19, 2014 -  ...
分类:编程语言   时间:2017-02-05 22:42:38    阅读次数:294
Tricks about debug
Add macros in header files: Add following lines to makefile: ...
分类:其他好文   时间:2017-01-18 16:12:58    阅读次数:328
10 Interesting Linux Command Line Tricks and Tips Worth Knowing
I passionately enjoy working with commands as they offer more control over a Linux system than GUIs(Graphical User Interfaces) applications, therefore ...
分类:Windows程序   时间:2017-01-08 14:12:33    阅读次数:390
Enter Query Mode Search Tricks Using Enter_Query Built-in in Oracle Forms
In this post you will learn how to specify any condition in enter query mode of Oracle Forms. Whenever Enter_Query command executes Oracle Forms comes... ...
分类:数据库   时间:2016-12-25 01:49:03    阅读次数:327
纯CSS3实现的一些酷炫效果
一、笑脸猫动画 实现效果如下: 这个实现起来确实比较麻烦,很多地方需要花时间,有耐心地调整。 1.先看下页面结构: <body> <div class="container"> <!-- 脸 --> <div class="face"> <!-- 头发 --> <div class="hair"> ...
分类:Web程序   时间:2016-12-23 01:48:02    阅读次数:322
linux tricks 之 BUILD_BUG_ON_ZERO.
本文系作者原创, 欢迎大家转载! 转载请注明出处:netwalker.blog.chinaunix.net 尽管在大多数时候只需关心代码运行的正确性,但是很多时候需要在编译期间就发现这些潜在的致命错误。内核提供了两个有力的宏定义: 1 include/linux/kernel.h 2 /* Forc ...
分类:系统相关   时间:2016-12-22 14:05:15    阅读次数:309
linux tricks 之VA系列函数.
VA函数(variable argument function),参数个数可变函数,又称可变参数函数。C/C++编程中,系统提供给编程人员的va函数很少。*printf()/*scanf()系列函数,用于输入输出时格式化字符串;exec*()系列函数,用于在程序中执行外部文件(main(int ar ...
分类:系统相关   时间:2016-12-21 16:21:08    阅读次数:305
网页中添加下划线的方法汇总及优缺点
本文主要介绍了添加下划线样式的几乎所有方法,并且比较了每一种方法的优缺点。没想到之前一直没有注意的下划线还有这么多玄机奥秘! 本文由 nzbin 翻译,艾凌风 校稿。未经许可,禁止转载!英文出处:css-tricks.com发表地址:http://web.jobbole.com/89425/ 有很多 ...
分类:Web程序   时间:2016-12-17 17:02:43    阅读次数:253
(转) How to Train a GAN? Tips and tricks to make GANs work
How to Train a GAN? Tips and tricks to make GANs work 转自:https://github.com/soumith/ganhacks While research in Generative Adversarial Networks (GANs) ...
分类:其他好文   时间:2016-12-11 02:31:42    阅读次数:397
常用的反弹shell脚本
bash shell反弹脚本 Python shell 反弹脚本 利用方式,保存成back.sh 或者back.py ,通过远程下载执行即可利用! 借鉴: https://jivoi.github.io/2015/07/01/pentest-tips-and-tricks/ http://pente ...
分类:系统相关   时间:2016-12-07 14:02:04    阅读次数:555
294条   上一页 1 ... 11 12 13 14 15 ... 30 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!