FalconIA's BLOG

FalconIA's Lazy Blog

  • 留言本

fkxg.falconia.org的崩溃

Posted by FalconIA on 2007-06-28
Posted in: Uncategorized. Leave a Comment

一早起来就接到消息说论坛被人利用漏洞删了...

这年头还真是闲人无数...

于是睡眠不足的脑袋开始搅动了...

一不小心就把原数据库盖掉了,手里只剩下latin1的乱码一滩...

没办法了...只能着手转码咯...还真是无聊的工作...

google上那个翻来翻去,终于找到latin1的codepage是1252...

using (OpenFileDialog ofd = new OpenFileDialog())
{
    ofd.Filter = "MySQL|*.sql";

    if (ofd.ShowDialog() == DialogResult.OK)
    {
        string oldName = ofd.FileName;
        string newName = Path.GetFileNameWithoutExtension(oldName) + "_fix" + Path.GetExtension(oldName);

        byte[] bytes = File.ReadAllBytes(ofd.FileName);
        byte[] bytesfix = Encoding.Convert(Encoding.UTF8, Encoding.GetEncoding(1252), bytes);
        File.WriteAllBytes(newName, bytesfix);
    }
}

[转载]Intel 世界最薄笔记本电脑现身!

Posted by FalconIA on 2007-05-28
Posted in: Uncategorized. Leave a Comment

不得不佩服 AeroXperience 网站,在 WinHEC 2007(Windows Hardware Engineering Conference 2007,Windows 硬件工程大会)中捕捉到 Intel 这款世界最薄笔记本电脑的原型机的身影,令人震撼的地方在于 1920x1080 分辨率屏幕以及外壳电子墨水屏幕。

但坏消息是,这款原型机将不会量产,而是给其它笔记本电脑制造商,包括 OEM 制造商观摩用,以鼓励这些厂商能研发出相同规格的产品,不过这也理所当然,从来不会有挂 Intel 标志的笔记本电脑和台式机。期待这些笔记本电脑机制造商能赶紧推出该款笔电,Santa Rosa 一推出厂商跟进的时间都这么快了,关于 1.8 公分厚度的愿望也赶快为我们实现吧!

Continue Reading

[转载]谁来为白开水付帐

Posted by FalconIA on 2007-04-19
Posted in: Uncategorized. Leave a Comment

转载自:http://www.crboo.com/log_3969_164242.html

  日本知名的家用机游戏厂商KID(Kindle Imagine Develop)倒闭了。当这条消息在网上爆出时,可谓是“一石激起千层浪”,因为对于很大一部分中国的AVG玩家来说KID几乎相当于是启蒙老师。获悉这一消息也有一段时间了,总想着要写点什么,毕竟KID的《Memories Off》是我接触的第一款纯正的日式AVG游戏,但是善忘是人类的天性,总有太多的新鲜事物挤占视野,让我在转瞬之间就将一家过气的游戏厂商忘在了脑后。然而终于不能再这么彻底地视而不见下去了,KID已经宣布在月底的C71上进行清仓了,再不写点什么,我就要彻底地与这个曾经感动了我甚至现在还在感动着我的游戏公司擦肩而过了。
Continue Reading

System Reload & Service Update

Posted by FalconIA on 2007-04-19
Posted in: Uncategorized. Leave a Comment

Apache/2.2.4 (Win32) DAV/2
                             apache_2.2.4-win32-x86-no_ssl.msi  ACD108DD
PHP/5.2.1
                             php-5.2.1-Win32.zip  8DDBD43C
ZendOptimizer/3.26
                             ZendOptimizer-3.2.6-Windows-i386.exe  7812B26B
SVN/1.4.3
                             svn-win32-1.4.3.zip (for apache 2.2)  706DE66E
MySQL/5.0.37
                             mysql-essential-5.0.37-win32.msi  BC3B8779

MolyX/2.6.1
                             molyx_board_2.6.1.zip  CF118D5A
Bo-Blog/2.0.3sp1
                             Bo-BlogV2.0.3sp1.zip  FC9E1E5E

可怕的审核引用 orz

Posted by FalconIA on 2007-04-18
Posted in: Uncategorized. Leave a Comment

许久没上来,上来一看傻眼了:审核引用 (97536 待审核)
Continue Reading

Yatta(6-123) Project Repair

Posted by FalconIA on 2007-02-16
Posted in: Uncategorized. Leave a Comment

修正Yatta(6-123)保存Project后无法再次打开的小工具

[download id="1"]

注意事项:
1. Preset名请勿使用双引号(")
2. 需要安装 .net Framework 2.0

CoreCodec AVC DirectShow Video Decoder 1.2.0.0

Posted by FalconIA on 2006-12-25
Posted in: Uncategorized. Leave a Comment
What's new in this version
======================================================

Version 1.2.0.0 (20061105):
  - Fix: Interlaced decoding 
  - Fix: Interlaced reference b-frame
  - Fix: Mbaff & paff combination
  - Fix: Mbaff deblocking
  - Fix: Multiple multithreading issues
  - Fix: Directshow: Changed property pages to IPropertyBag (internal change, the
          only user visible effect is the page works from remote graphedit now)
  - Fix: Directshow: Issue when video format changes on the fly (dshow, happens on some files)
  - Fix: Directshow: Improperly initialized output sample length (dhow/internal, coreavc output
          can now be properly muxed to avi, etc)
  - Fix: Directshow: Windows Media Center (MCE) Freezing
  - Fix: Splitter:
          [Matroska] Fixed a compatibility issue with files having BlockDuration inside \
              a laced BlockGroup (those were produced by mkvmerge around v0.6).
          [TS] Fixed a serious bug in mpeg-ts parser that discarded valid audio frames. 
          [General] Various small splitter bugfixes and improvements. Added support for cuesheets
              and subtitles to dsmux (requires Gabest's Subtitle Source filter). Added an option to
              disable error messages, the splitter will silently fail on invalid/unsupported files.
              Thumbnails are now extracted in a separate process, so buggy codecs should no
              longer affect the host application.
          [Matroska] Much improved mkv2vfr utility now handles AVC video and correctly writes
              AVI files larger than 2GB, it is now included in the splitter package.
          [OGM] Added support for a couple of other ancient versions of the format.
          [DXR] A couple of bugfixes. 
  - Fix: Splitter: [General] Muxer fixes and improvements. Renderer bugfixes and improvements.
          Added an MPEG-TS splitter. Fixed some issues with ACM Wrapper. Other splitter bugfixes.
  - Fix: Splitter: [Avi] Set track language to undetermined. [MP4] Use proper timescale for elst
          records. Added a simple MP4 muxer. [General] Muxer improvements, video renderer bugfixes
          and improvements.
  - Fix: Various smaller bugs from the bugtracker
  - Add: Official Multi-monitor support
  - Add: Initial CoreNumber registration
  - Add: Username for corenumber is now shown in about dialog
  - Add: New CoreAVC logo in the installer and filter properties

[download id="2"]

平安归来…

Posted by FalconIA on 2006-11-12
Posted in: Uncategorized. Leave a Comment

看了一天的陌生天花板

TIM2@8bpp TIM2@24bpp读取测试 (二)

Posted by FalconIA on 2006-11-08
Posted in: Uncategorized. Leave a Comment

1.0x

0.5x

测试文件 0.2.0.3 alpha

TIM2@8bpp TIM2@24bpp读取测试

Posted by FalconIA on 2006-11-07
Posted in: Uncategorized. Leave a Comment

TIM2@8bpp:

TIM2@24bpp

测试文件 0.2.0.1 alpha

情不自禁唠叨一句...
TIM2@8bpp的Palette的存储顺序真是BT...

PS: 上图取自PS2 GAME: Ryu Koku JPN

Posts navigation

← Older Entries
Newer Entries →
  • June 2025
    M T W T F S S
    « Dec    
     1
    2345678
    9101112131415
    16171819202122
    23242526272829
    30  
  • Pages

    • 留言本
  • Tags

    adb android avs dos drama eva-fan exfat extractor game iptables IP限制 java lightdm linux oc ps2 psp sherlock ubuntu vb.net vnc windows 优酷 前期处理 动漫 压制 发布 土豆 看看 编码 编程 解包 迅雷
  • Categories

    • No categories
  • Recent Posts

    • Turn airplane mode on/off via ADB
    • Optimize iptables reject rules
    • How to modify SystemUI.apk to remove volume soft keys in system bar
    • [Quoted] VNC from boot on Ubuntu 12.04 without logging in, using LightDM and x11vnc
    • How to fix android exception of Sherlock: unable to pause activity
  • Recent Comments

    • FalconIA on [Quoted] VNC from boot on Ubuntu 12.04 without logging in, using LightDM and x11vnc
    • C64 on [Quoted] VNC from boot on Ubuntu 12.04 without logging in, using LightDM and x11vnc
    • FalconIA on [Quoted] VNC from boot on Ubuntu 12.04 without logging in, using LightDM and x11vnc
    • 王福利 on [转载]JAVA实现汉字转拼音缩写–类的静态方法
    • Seb Maynard on [Quoted] VNC from boot on Ubuntu 12.04 without logging in, using LightDM and x11vnc
  • Archives

  • Bookmarks

    • Manga Proxy
    • Seventh Heaven
    • 临时de疯狂西瓜农场
    • 迪奥的世界
  • Meta

    • Log in
    • Entries RSS
    • Comments RSS
    • WordPress.org
Proudly powered by WordPress Theme: Parament by Automattic.