
blog.godebug.org
网事如风的blog忽然想写点啥
http://blog.godebug.org/
忽然想写点啥
http://blog.godebug.org/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Saturday
LOAD TIME
1.3 seconds
PAGES IN
THIS WEBSITE
14
SSL
EXTERNAL LINKS
4
SITE IP
50.31.162.83
LOAD TIME
1.292 sec
SCORE
6.2
网事如风的blog | blog.godebug.org Reviews
https://blog.godebug.org
忽然想写点啥
网事如风的blog
http://blog.godebug.org/index.php/page/2
图灵社区文章链接 http:/ www.ituring.com.cn/article/128717. 先上代码 https:/ github.com/avdbg/save pdf. 打印出来的还算可以,文字也都可以复制,不过超链接和按钮什么的都没法点,将就一下用吧,如果看官老爷要求更高的话可以看看这个开源项目 http:/ wkhtmltopdf.org/. 图灵社区文章地址 http:/ www.ituring.com.cn/article/127825. 图灵社区文章地址 http:/ www.ituring.com.cn/article/127817. 这个spawn是boost 1.54中的asio新增加的东西,我目前用的boost是1.56,如果不能用以下代码请更新boost. 图灵社区文章地址 http:/ www.ituring.com.cn/article/127815. 更新 最近clion更新了,可以直接用msys2中的mingw了,下面新建 mingw.h的步骤可以忽略,不过会有个警告,说是不支持w64 4.0版本的mingw,但是我用着其实也没什么问题*.
静态编译Qt5.4.1和Qt WebKit - 网事如风的blog
http://blog.godebug.org/index.php/archives/133
Raquo; 静态编译Qt5.4.1和Qt WebKit. 静态编译Qt5.4.1和Qt WebKit. 图灵社区文章地址 http:/ www.ituring.com.cn/article/195148. 我机器上本来就用py 2.7和3.3,不过编译的时候用的是2.7. 我装的是 2.2.1,官网上说需要ruby,不过编译的过程中我没发现有什么地方用到这玩意,而且在windows上装个ruby也不是太有用,各位可以先不装他,等编译的时候遇到问题再装也不迟,我就不去试到底需不需要了. 4 OpenGL ES SDK. 编译 OpenSSL我就不多说了,比较简单,我之前也写过 http:/ www.godebug.org/index.php/archives/104/. Set PATH=C: Windows;C: Windows System32;D: Ruby22-x64 bin;C: Python27;C: Python27 Scripts;F: icu lib;F: icu bin;F: gles sdk x86;D: Perl64 bin;F: openssl bin; set INCLUDE...
网事如风的blog
http://blog.godebug.org/index.php/page/4
今天jackarain在avplayer群里说asio的coroutine的事,说到了asio那个stackless的coroutine不支持跨yield的局部变量,要把变量搞成类的成员变量,但是这样相当繁琐,来回切换头文件和实现文件不说,各种乱七八糟的变量挤到类里面也不是啥好情况,我不禁觉得C 有的时候要是能支持动态类型能像js那样随时添加成员变量就好了,就随口说了句要是C 能支持动态类型就好了,于是jack就说有boost: any这么个玩意,既然有好东西,那就得分享出来。 虽然不是专业搞界面的,但是Qt也玩过很久了,一直以为Qt是无法处理非客户区的鼠标事件的 不用平台相关的代码 ,今天看了下QDockWidget的源码,发现自己又SB了,其实很简单,重载下QObject: event(QEvent*),可以根据event- type()判断是不是非客户区鼠标事件,非客户区鼠标事件有如下几个. 静态编译Qt5.4.1和Qt WebKit. 160826 Qt html TasteTruth. Http:/ www.godebug.org/index.php. Powered by Typecho) ).
默认分类 - 网事如风的blog
http://blog.godebug.org/index.php/category/default
由于之前一直使用射手影音播放器,感觉还不错,并且这个也是开源的 虽然原因很不光彩 ,所以打算用他开刀,这货的源码托管在bitbucket上,用的是hg做版本控制,地址是http:/ hg.splayer.org/ 在写这篇文章的时候这个地址里面已经没有源码了,直接在bitbucket上搜splayer能找到,但是最后一次代码提交的时间是2011-03-15,估计是节操终于掉光了偷偷摸摸的有闭源了吧,GPL神马的果然在国内没啥用啊。 静态编译Qt5.4.1和Qt WebKit. 160826 Qt html TasteTruth. Http:/ www.godebug.org/index.php. Powered by Typecho) ).
脚本新选择——用C做脚本 - 网事如风的blog
http://blog.godebug.org/index.php/archives/130
Raquo; 脚本新选择 用C做脚本. 图灵社区文章地址 http:/ www.ituring.com.cn/article/129090. 其实想想C 和脚本的交互,无非就是个C 代码能调用脚本的函数,脚本能调用C 的函数,这就够了,既然脚本是C,而且几乎没有什么语言不支持C的接口,于是libtcc的接口相当的简单粗暴,就tcc add symbol和tcc get symbol两个函数,add是把宿主语言中的symbol 导出 给脚本用,get是从脚本中获取symbol。 Https:/ github.com/avdbg/libtcc example. 可以看出来使用方法相当简单,tcc new创建一个TCCState,然后根据这个state添加代码字符串 tcc compile string ,添加代码文件或者库文件 tcc add file ,添加希望在脚本中访问到的函数 tcc add symbol ,然后获取要执行的脚本中的函数 先tcc relocate然后tcc get symbol ,完事后清理现场 tcc delete ,就是这么简单。 Powered by Typecho) ).
TOTAL PAGES IN THIS WEBSITE
14
Iceyer's Thinking | Thinking...
https://blog.iceyer.net/index.php
Skip to main content. Mainobj : error LNK2019: 无法解析的外部符号 “ declspec(dllimport) public: thiscall DtkSharedLibary: DtkSharedLibary(void)” ( imp? 0DtkSharedLibary@ QAE@XZ),该符号在函数 main 中被引用. If defined(DTKSHAREDLIBARY LIBRARY) # define DTKSHAREDLIBARYSHARED EXPORT Q DECL EXPORT #else # define DTKSHAREDLIBARYSHARED EXPORT Q DECL IMPORT #endif class DTKSHAREDLIBARYSHARED EXPORT DtkSharedLibary { public: DtkSharedLibary(); };. 在引用库的pro文件添加如下定义 DEFINES = STATIC LIB. How to build Qt 5.5.0 static with angel. Confi...
Iceyer's Thinking | Thinking... - Part 2
https://blog.iceyer.net/page/2
Skip to main content. Ubuntu 的启动快捷方式是.desktop文件,而Matlab安装后默认是不创建这个文件的,如果自己去创建的话会发现必须将.desktop文件中的Terminal参数设置为true,Matlab才能正常启动。 Desktop Entry] Name=Matlab Comment=Matlab Icon=/home/iceyer/Desktop/matlabicon/matlab.png Exec=/home/usr/local/MATLAB/R2012a/bin/matlab -desktop Terminal=false Type=Application GenericName[zh CN]=Matlab R2012a. Menuentry Windows 7 (loader) (on /dev/sda1) - class windows - class os { insmod part msdos insmod ntfs set root='(/dev/sda,msdos1)' chainloader 1 }. Menuentry 'DTSTool' ...
TOTAL LINKS TO THIS WEBSITE
4
Welcome to Goddess Blessed! | 15729 Madison Ave. Lakewood, OH 216.221.8755
Welcome to Goddess Blessed! 15729 Madison Ave. Lakewood, OH 216.221.8755. Tarot readings at gb. January 29, 2018. OSTARA, SPRING EQUINOX. Ostara the Germanic Goddess heralds the beginning of spring. She is the Maiden Goddess, full of potential, representing the opportunity of growth and rebirth after the stagnation of winter. There are several different translations of the meaning of her name:- East, dawn and morning light indicating the returning warmth of the sun’s rays and the lengthening days.
GoddessJoy Designs – Jewelry Inspired by Nature, Crafted by Hand.
February 24, 2018. February 24, 2018. My first creation of the new year, a pair of earrings. The lovely polymer clay feathers were made by artist Nicole St Laurent aka Raven’s Meadow. I accented them with some Czech glass owls, faceted rounds, and brass bead caps from gr8beads.com. I’m really in love with this ochre yellow. February 9, 2018. February 24, 2018. December 1, 2017. December 1, 2017. March 1, 2017. March 1, 2017. Winter is continuing its slow decline and spring is making itself known more and...
DOMAIN ERROR
Goddess Provisions
Monthly box with tools to nourish your inner goddess and grow your spiritual practice. Page 1 of 2. Older Posts →. How to Use a Pendulum to Find Out What You Truly Desire. Pendulum magic by RitualCravt. Have a burning question about a choice you need to make, what you really want or how you really feel? Pendulums are ». How to Create a Winter Solstice Ritual. 33 of the Best Crystal Grids on Instagram. How to Make a Crystal Grid. Having Fun with Break at Home Geodes. Page 1 of 2. Older Posts →.
default.secureserver.net
Date: 2010.03.05 Category: Inner Goddess. Sex Toys for Women. Welcome to Goddess Unleashed! This blog is designed for women who want to feel empowered, sexy and alive inside! If you’ve come to the realization that you’d actually prefer a chocolate bar over sex – or if you even have to think about it – this blog’s for you! If you’re like most women who, despite good intentions, simply can’t muster up the energy or find the time for passionate love-making at the end of the day, JOIN US! There are certain c...
网事如风的blog
图灵社区文章地址 http:/ www.ituring.com.cn/article/198241. 今天闲着没事把cairo静态编译了一把,但是没想到静态链接后用不起来,本来用cairo画图好好的现在却变成了白板一张.调试了一下看是进入了cairo win32 surface create这个函数之后就没有返回,不过仔细想了下调用dll没问题但是静态链接就有问题,八成是在加载dll的时候初始化了什么东西,但是static链接没有初始化,那手动初始化一下应该就可以了。 BOOL WINAPI DllMain (HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved) { switch (fdwReason) { case DLL PROCESS ATTACH: CAIRO MUTEX INITIALIZE (); break; case DLL PROCESS DETACH: CAIRO MUTEX FINALIZE (); break; } return TRUE; }. 静态编译Qt5.4.1和Qt WebKit.
The GODencounters Blog
GODencounters is a movement of young adults who are wholeheartedly seeking a 24/7 experience of GOD, recklessly living for His renown. April 5, 2014. Pray for THAT Guy? While I was attending an Adventist college a few years back I got along with just about everyone there. I thought my fellow students were great, and they generally seemed to like me, too. Everyone was just so friendly, from the school's president down to the janitor on my dorm hall. Everyone, that is, except for this one. I was in shock&#...
The Godfather Restaurant - Enjoy extraordinary quality food
TopWatch joins the Family. Enjoy life, enjoy extraordinary food…. Perfect Private Function Room …. High-end Kitchen for the trendy…. The Godfather Restaurant Menu. Runner up: Wolftrap Steakhouse Championships 2014. WELCOME TO THE GODFATHER. Vegetables are delivered fresh from the market each day. We take special pride in the selection of our hand picked wines and source a few older, fine wines for the discerning palate. If your dining experience is less than impressive, let us know. YOU CAN FIND US.
//Godfidence Chronicling the life and thoughts of Jason Fisher
Chronicling my life with Christ. News Flash: We had the Fisher family annual budget review, and no tears were shed. First time in history. #. I feel quite foolish quibbling over pennies when I met a man today who woke up with a skunk in the tent where he lives. # Godhelpme. Bureaucracies never do what they were created to do but only that which will perpetuate their own existence. #. Today my first website will officially go down. I have terribly mixed feelings. #. Powered by Twitter Tools. You can keep ...
Jair Pereira | Sitio Official
Porque no temo a ningún delantero. No es posible enfrentar un partido contra grandes equipos y grandes jugadores, especialmente grandes delanteros y tener miedo a sus capacidades futbolísticas. En una ocasión me preguntaron, No . 5 puntos antes de cada partido por Jair Pereira. Hay mil cosas que podemos hacer en los días antes de un partido, un jugador sin limites tiene un nivel de responsabilidad diferente al común, desvelos y fiestas y comer hasta hartarse están fuera . Jair Pereira Comandante de Chivas.
Brighton Creative Agency Blog | Godfrey Digital | Web Design Brighton & London
We are a website design agency based in Brighton with expertise in delivering brand, identity and creative concepts to suit your needs. We have an international phonebook of clients, with a portfolio of projects ranging from music and entertainment, sports and properties. If you like the look of our style and tone of our voice, then just enter your details and we'll give you a buzz back shortly to chat about your requirements. Best time to contact you. Request a call back. DigiMail - Email Marketing.