退订

2023-09-10 Thread
退订

退订

2023-08-27 Thread
退订

Re: [PATCH] bugfix:migrate with block-dirty-bitmap (disk size is big enough) can't be finished

2022-09-10 Thread
hi,i have a question if failed in migration using post-copy mode,is there some way to restore the memory data back to soucre VM? 发自我的小米 在 Vladimir Sementsov-Ogievskiy ,2022年9月10日 下午6:18写道: On 9/10/22 09:35, liuhaiwei wrote: > From: liuhaiwei > > bug description as https://gitlab.com/qemu-pr

Re: [PATCH] bugfix:migrate with block-dirty-bitmap (disk size is big enough) can't be finished

2022-09-10 Thread
hi,i have a question if failed in migration using post-copy mode,is there some way to restore the memory data back to soucre VM? 发自我的小米 在 Vladimir Sementsov-Ogievskiy ,2022年9月10日 下午6:18写道: On 9/10/22 09:35, liuhaiwei wrote: > From: liuhaiwei > > bug description as https://gitlab.com/qemu-pr

使用了流应用中使用了mysql jdbc的source,Execution处于FINISHED状态无法生成检查点

2021-01-21 Thread
7;root'," + "'password' = 'Cdh2020:1'," + "'lookup.cache.max-rows' = '500',"+ "'lookup.cache.ttl' = '1800s',"+ "'sink.buffer-flush.interval' = '60s'"+ ")"); 我发现这样的话checkpoint配置会失效,不能触发检查点,日志报如下错误: job bad9f419433f78d24e703e659b169917 is notin state RUNNING but FINISHED instead. Aborting checkpoint. 进入WEB UI 看一下视图发现该Execution处于FINISHED状态,FINISHED状态无法进行checkpoint,这种有其它办法吗? 感谢大佬指导一下,拜谢! | | 刘海 | | liuha...@163.com | 签名由网易邮箱大师定制

yarn-per-job 模式 savepoint执行保存点报错

2021-01-20 Thread
) 祝好! | | 刘海 | | liuha...@163.com | 签名由网易邮箱大师定制

设置状态存储位置后,job运行起来后找不到状态数据

2021-01-20 Thread
configuration.setString("table.exec.mini-batch.size", "5000"); | | 刘海 | | liuha...@163.com | 签名由网易邮箱大师定制

flinksql 将计算结果写入到hbase数据不一致

2021-01-19 Thread
;+ "IF(t2.DCDZXS IS NULL, '0',t2.DCDZXS) AS DCDZXS,"+ "FROM_UNIXTIME(UNIX_TIMESTAMP()) AS SUM_TIME " + "FROM " + "tm_dealers AS t1 " + "LEFT JOIN " + "(SELECT " + "t.entity_code," + "CAST(count(*) AS STRING) AS ZXS," + "CAST(SUM(t.QCZJ_XS_LM) AS STRING) AS QCZJXS," + "CAST(SUM(t.QCZJ_SB_LM) AS STRING) AS QCZJSBXS," + "CAST(SUM(t.QCZJ_XS_LM)+SUM(t.QCZJ_SB_LM) AS STRING) AS QCZJZXS,"+ "CAST(SUM(t.YC_XS_LM) AS STRING) AS YCXS," + "CAST(SUM(t.YC_SB_LM) AS STRING) AS YCSBXS," + "CAST(SUM(t.YC_XS_LM)+SUM(t.YC_SB_LM) AS STRING) AS YCZXS,"+ "CAST(SUM(t.TPY_XS_LM) AS STRING) AS TPYXS," + "CAST(SUM(t.TPY_SB_LM) AS STRING) AS TPYSBXS," + "CAST(SUM(t.TPY_XS_LM)+SUM(t.TPY_SB_LM) AS STRING) AS TPYZXS,"+ "CAST(SUM(t.AK_XS_LM) AS STRING) AS AKXS," + "CAST(SUM(t.AK_SB_LM) AS STRING) AS AKSBXS," + "CAST(SUM(t.AK_XS_LM)+SUM(t.AK_SB_LM) AS STRING) AS AKZXS,"+ "CAST(SUM(t.DCD_XS_LM) AS STRING) AS DCDXS," + "CAST(SUM(t.DCD_SB_LM) AS STRING) AS DCDSBXS," + "CAST(SUM(t.DCD_XS_LM)+SUM(t.DCD_SB_LM) AS STRING) AS DCDZXS "+ "FROM " + "(SELECT " + "C.entity_code," + "COUNT(*) AS NUM_2_LM," + "COUNT( CASE WHEN C.data_source = '20' THEN 1 END ) AS QCZJ_XS_LM," + "COUNT( CASE WHEN C.data_source = '100' THEN 1 END ) AS QCZJ_SB_LM," + "COUNT( CASE WHEN C.data_source = '40' THEN 1 END ) AS YC_XS_LM," + "COUNT( CASE WHEN C.data_source = '30' THEN 1 END ) AS YC_SB_LM," + "COUNT( CASE WHEN C.data_source = '10' THEN 1 END ) AS TPY_XS_LM," + "COUNT( CASE WHEN C.data_source = '80' THEN 1 END ) AS TPY_SB_LM," + "COUNT( CASE WHEN C.data_source = '60' THEN 1 END ) AS AK_XS_LM," + "COUNT( CASE WHEN C.data_source = '50' THEN 1 END ) AS AK_SB_LM," + "COUNT( CASE WHEN C.data_source = '130' THEN 1 END ) AS DCD_XS_LM," + "COUNT( CASE WHEN C.data_source = '140' THEN 1 END ) AS DCD_SB_LM " + "FROM " + "new_clue_list_cdc AS C " + "WHERE " + "((C.clue_level IN ('13101007','13101006')) OR C.clue_level IN ('13101001','13101002','13101003','13101004')) " + "GROUP BY " + "C.entity_code,C.customer_no " + ") AS t " + "GROUP BY t.entity_code ) AS t2 ON t1.dealer_code = t2.entity_code WHERE t1.is_valid=12781001)"); stmtSet.execute(); } } | | 刘海 | | liuha...@163.com | 签名由网易邮箱大师定制

回复: yarn Per-Job Cluster Mode提交任务时 通过cli指定的内存参数无效

2021-01-17 Thread
-1.7.25.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation. SLF4J: Actual binding is of type [org.apache.logging.slf4j.Log4jLoggerFactory] [root@cdh1 flink-1.12.0]# | | 刘海 | | liuha...@163.com | 签名由网易邮箱大师定制 在2021年1月18日 10

回复: yarn Per-Job Cluster Mode提交任务时 通过cli指定的内存参数无效

2021-01-17 Thread
是我本地服务器的路径,需要在三个节点上都上传这个jar包吗? 放在 /opt/flink-1.12.0/examples目录下了 | | 刘海 | | liuha...@163.com | 签名由网易邮箱大师定制 在2021年1月18日 10:38,Yangze Guo 写道: 请问这个路径是你本地的路径么?需要client端能根据这个路径找到jar包 Best, Yangze Guo On Mon, Jan 18, 2021 at 10:34 AM 刘海 wrote: 你好 根据你的建议我试了一下 将提交命令改为: ./bin/flink run -d -t yarn

回复: yarn Per-Job Cluster Mode提交任务时 通过cli指定的内存参数无效

2021-01-17 Thread
more | | 刘海 | | liuha...@163.com | 签名由网易邮箱大师定制 在2021年1月18日 10:12,Yangze Guo 写道: Hi, 请使用 -D -tm -jm 不需要加y前缀 Best, Yangze Guo Best, Yangze Guo On Mon, Jan 18, 2021 at 9:19 AM 刘海 wrote: 刘海 liuha...@163.com 签名由 网易邮箱大师 定制 在2021年1月18日 09:15,刘海 写道: Hi Dear All, 请教各位一个问题,下面是我的集群配置: 1、我现在使用的是

回复:yarn Per-Job Cluster Mode提交任务时 通过cli指定的内存参数无效

2021-01-17 Thread
| | 刘海 | | liuha...@163.com | 签名由网易邮箱大师定制 在2021年1月18日 09:15,刘海 写道: Hi Dear All, 请教各位一个问题,下面是我的集群配置: 1、我现在使用的是flink1.12版本; 2、基于CDH6.3.2搭建的hadoop三个节点的集群,使用CDH自带的yarn集群; 3、flink运行模式:Per-Job Cluster on yarn(三个节点,没每个节点48核64G内存); 4、以下是我三个节点的 flink-conf.yaml 的配置,三个flink节点除了jobmanager.rpc.address不同

yarn Per-Job Cluster Mode提交任务时 通过cli指定的内存参数无效

2021-01-17 Thread
emory.process.size=1.5GB \ -yD taskmanager.memory.process.size=3GB \ -yD heartbeat.timeout=180 \ /opt/flink-1.12.0/examples/myProject/bi-wxfx-fqd-1.0.0.jar 这个命令提交运行flink job之后 命令中指定的内存参数没有被使用,在flink webUI里面观察到的使用内存是 flink-conf.yaml 里面配置的大小,cli命令指定的并未起作用,是我使用的不正确吗? 祝好! 刘海 | | 刘海 | | liuha...@163.com | 签名由网易邮箱大师定制

Re: Row function cannot have column reference through table alias

2021-01-10 Thread
使用ROW里面的 表别名.字段名 会出现解析错误,我之前使用hbase也有这个问题,我一般是在查询里面包一层子查询 | | 刘海 | | liuha...@163.com | 签名由网易邮箱大师定制 On 1/11/2021 11:04,马阳阳 wrote: We have a sql that compose a row with a table’s columns. The simplified sql is like: INSERT INTO flink_log_sink SELECT b.id, Row(b.app_id, b.message) FROM

回复: flink1.12错误OSError: Expected IPC message of type schema but got record batch

2021-01-03 Thread
这个应该和内存有关,我之前试过,存储的状态无限增长,导致运行几分钟后任务结束,并抛出异常,可以尝试一下加大内存和清理状态 | | 刘海 | | liuha...@163.com | 签名由网易邮箱大师定制 在2021年1月4日 11:35,咿咿呀呀<201782...@qq.com> 写道: 我按照您这个修改了,跟我之前的也是一样的。能运行的通,输出的结果也是正确的,现在最大的问题是——运行一段时间后(3分钟左右)就出现了OSError: Expected IPC message of type schema but got record batch这个错误 -

Re: Re: [PATCH] tun: darwin: fix panic: close of closed channel

2019-08-25 Thread
I used the previous version, so this bug was triggered. But why should we close tun.events in two places. > 在 2019年8月25日,23:22,Jason A. Donenfeld 写道: > > I was under the impression this was fixed with > https://git.zx2c4.com/wireguard-go/commit/?id=6d78f895579b114c93bd493ad8d61316fc5dd15a > >

[gcj] Re: I'm a beginner and I want to contest for the Code Jam I/O for women 2017. Please help!

2017-03-08 Thread
在 2017年3月6日星期一 UTC+8上午10:33:40,Opetunde Adepoju写道: > Hello everyone, > > I am a beginner and I am learning python language. I would like to apply for > code jam I/O for women this year but I am not so confident. I'd appreciate it > if I can get any help or guide before the contest to help me get

Re: Anonymous binding issue while searching LDAP roles

2016-08-22 Thread vlhf
: >That is how it should work if you do not set the system user/password. >Can you confirm that your configuration does not set them ? > >On Mon, Aug 22, 2016 at 12:17 AM, vlhf刘海峰 wrote: >> Hi all, >> >> As some AD forbid search op

Anonymous binding issue while searching LDAP roles

2016-08-21 Thread vlhf
Hi all, As some AD forbid search operation with anonymous binding, org.apache.shiro.realm.activedirectory.ActiveDirectoryRealm will fail to get authorization info without a manager account. But, since user has logged in before, which means user has bound successfully and able to do search over

Re: [racket-users] upload file with http post an Content-Type is multipart/form

2016-01-10 Thread
在 2016年1月9日星期六 UTC+8上午10:32:24,Neil Van Dyke写道: > One problem is that you should have *two* CR-LF byte sequences to > terminate the header list in each MIME multipart part. > > For example, instead of: > > "--" boundary CRLF > "Content-Disposition: form-data; name=\"file\"; > filename

[racket-users] upload file with http post an Content-Type is multipart/form

2016-01-08 Thread
Hi, I have a problem when upload file through http post method. Here is my code: #lang racket (require net/uri-codec) (require net/url) (require json) (require net/http-client) (define (->string bs) (if (bytes? bs) (bytes->string/utf-8 bs) bs)) (define (->bytes str) (cond [(s

Error about nova-x86-64 on genode1505

2015-06-16 Thread
When I run hello-tutorial on nova-x86-64, the output message is as follows: NOVA Microhypervisor v7-9916e62 (x86_64): Jun 15 2015 18:38:12 [gcc 4.9.2] [ 0] CORE:0:0:0 6:f:b:0 [0] Intel(R) Core(TM)2 Duo CPU T7700 @ 2.40GHz Hypervisor does not feature VMX Hypervisor does not feature SVM Hy

error when running l4android on genode-15.05

2015-06-04 Thread
Hi, I run l4linux perfectly on genode-15.05, but got some errors as follow: Genode 15.05 int main(): --- create local services --- int main(): --- start init --- int main(): transferred 460 MB to init int main(): --- init created, waiting for exit condition --- [init] Could not open ROM session f

Cann't access git://git.l4android.org/build_script.git

2015-06-01 Thread
When I run this command, git clone git://git.l4android.org/build_script.git, I got some error info: fatal: unable to connect to l4android.org: l4android.org[0: 141.76.48.99]: errno=Connection refused Thanks.___ l4-hackers mailing list l4-hackers@os.in

trident partitionBy dramatically low down the thoughput?

2015-01-26 Thread vlhf
As I tested in local mode,with or without partitionBy, the throughputs are quit different, I saw partitionBy dramatically low down the throughput. That surprised me, as I thought partitionBy may cause higher latency but should do nothing with throughput. Is that normal or I should check my test

Confuse on setting spout name and get topology name in Trident topology

2014-10-08 Thread vlhf
Hi, I tried to use name() method to name the nodes in a trident topology, and I saw the generated bolts then has a name like b{N}-{name} in storm UI, but the spout was still shown as spout0. How to name the spout node? Another question, in trident topology, via context.getStormId I can get the

答复: Metrics consumer vs new bolt

2014-09-29 Thread vlhf
Think about the convenience that storm builtin metric utils brought to you. You don’t need to handle time bucket yourself, or even calculate average. 发件人: Raphael Hsieh [mailto:raffihs...@gmail.com] 发送时间: 2014年9月30日 6:19 收件人: user@storm.apache.org 主题: Metrics consumer vs new bolt What is the ben

[Nbd] 答复: 答复: NBD io request size is always 4KB on Centos6.4

2014-02-16 Thread
It works. Thank you Paul! 发件人: Paul Clements [mailto:paul.cleme...@us.sios.com] 发送时间: 2014年2月15日 4:57 收件人: 刘海锋 抄送: nbd-general@lists.sourceforge.net 主题: Re: [Nbd] 答复: NBD io request size is always 4KB on Centos6.4 Hi, do you have the rotational flag set on the nbd block device? If

[Nbd] 答复: NBD io request size is always 4KB on Centos6.4

2014-02-12 Thread
0.09 0.47 nb0 0.00 0.00 0.00 8815.00 0.00 70520.00 8.00 145.25 16.51 0.11 100.00 In contrast to Centos64, the official kernel 2.6.32 doesn’t have this problem �C it merges io requests into 100+ kB. 发件人: 刘海锋 [mailto:bjliuhaif...@jd.com] 发送时间: 2014年2月13日 11:44 收件人: 'nbd-ge

[Nbd] NBD io request size is always 4KB on Centos6.4

2014-02-12 Thread
Dear nbd maintainers/users, Recently we found an annoying case: iostat shows the read/write IO requests from nbd are very small (always 4kB exactly without any merges) on Centos64. And we tried tuning various kernel parameters but failed to solve it. Any suggestions? Thank you all

[racket] how can I convert a list or vector to ctype array directly?

2012-12-14 Thread
Instead through iteration like for or do which assign values to element of array, deliver list or vector directly to the ctype function imported by ffi. Because I think that operating the list or vector with built-in functions is more conveniently than the ctype array. In the reference, I find _a

[racket] how to create a ctype array

2012-12-13 Thread
in the reference, I see the _array function, but I don't understand well, when i try to do, always output errors, can anyone give me an example? here is my test in REPL:racket@> (_array _int 3)#racket@> (array? (_array _int 3))    ; why?#fracket@> Racket Users list: http://

Re: [Ubuntu-zh] 一起来Google Plus把

2011-08-21 Thread
没有G+的邀请,谁能给个邀请码呢?谢谢! 2011/8/21 weiys > 附上我的G+ https://plus.google.com/113033847663527156534 > > 2011/8/18 杨辉 > > > 修改HOST文件就可以了吧,不用整VPN的吧。 > > > > 2011/8/18 Guangze Liao : > > > 我在公司也是PPTP的没法用 > > > L2TP的可以 > > > 你试试这个http://www.podvpn1.info用着还不错 > > > > > > 2011/8/18 陈翔宇 > > > > > >> 悲催的 我早就已

[Ubuntu-zh] xp下virtualbox虚拟ubuntu共享文件夹的设置问题

2011-03-15 Thread
设置ubuntu和xp文件夹共享 按照网上步骤 现在已经可以共享一个文件夹 但是 每登录一次ubuntu都要手动挂载一次文件才可以共享 例如: sudo mount -t vboxsf myshare /home/alan/share myshare是xp下共享的文件夹 网上给出的解决方案是 “ 假如您不想每一次都手动挂载,可以在/etc/fstab中添加一项 myshare /mnt/shared vboxsf rw,gid=100,uid=1000,auto 0 0 ” 可是我etc这个文件夹(文件)没有fstab,请问这个指令怎么理解? -- 下一部分 --

[pau-mikro] 潘金莲的离婚起诉书

2010-10-12 Thread Rgqw
请不要直接回复此邮件 潘金莲的离婚起诉书 http://www.hunyinlaw.com/bbs/dispbbs.asp?boardID=13&ID=141&page=1 少妇同时与7名男子偷情 连累儿女一同被情夫砍死 http://www.hunyinlaw.com/Article/ShowArticle.asp?ArticleID=588 谢谢您!r 谢谢!j ACBOP2 Yahoo! Groups Links <*> To visit your group on the web, go to:

[pau-mikro] 王牌离婚网律师函

2010-09-17 Thread Bpke
请不要直接回复此邮件 王牌离婚网是资深婚姻专家创办的上海离婚律师网, 属于专门办理婚姻法律业务的上海离婚律师事务所。 离婚律师精通离婚法律程序,办理了大量成功的离 婚案例,具有丰富的实战经验。婚姻律师事务所不 限于中国公民之间的离婚,对涉外婚姻、涉外离 婚也有丰富的经验。可帮您代写离婚协议书、提供 离婚咨询;帮您起草协议离婚手续,办理离婚证。 协议不成,可代理离婚诉讼(离婚起诉、离婚官司 ),包括代写离婚起诉书与离婚答辩状,以分析 谋划、调查取证、出庭辩论等方式代理离婚案件。 在离婚与不离婚、财产分割、子女抚养等方面提供 法律服务。当您遇到诸如离婚法律咨询、办理离婚 手续、协议离婚、离婚财

[cari-kawan] 呵护vfdr

2010-04-15 Thread
.. K MBJ, N .我司有普通(.商.品..建.筑.广.告.服.�眨� 增.殖.等发.嘌; �ν�.��.惠.代.�_,验.证.後.付�U。 ☆○信�u第一 互惠互利! ...联.系.人: 王・・建・・阳..电.��: 1-3-6-5-2-3-3-7-8-1-6☆... Q..Q..:4-9-3-9-4-2-3-3-3 �� 祝 : 生 意 兴 隆.�\信办理

[cari-kawan] 节日快乐!

2009-09-29 Thread
您好! 首先华碧祝您节日快乐!每天都有好心情!但是,在过节的同时,我们可不能忘了学 习!现在给您一条信息,培训的内容。同时也请您转发给同事和朋友!多谢您! 海波祝您节日快乐! 上海华碧检测技术有限公司-苏州实验室 联系人:刘海波 电话:0512-69170010-824 传真:0512-69176059 手机:13732649024 邮箱:sales...@falab.cn 网站: <http://www.falab.cn/> www.fa

free!free!make money on line for free

2008-10-13 Thread
1.http://www.oldschoolbux.com/?r=poliuce 2.http://tata-cash.com/pages/index.php?refid=poliuce 3.http://blue-mails.com/pages/index.php?refid=poliuce 4.http://brown-mails.com/pages/index.php?refid=poliuce 5. --~--~-~--~~~---~--~~ You received this message because y

[WiX-devs] 业务

2008-03-30 Thread
贵公司经理、财务: 您们好! 本公司在全国各地均有公司(受理代开发票)。所开发票均可在贵司当 地税务局验证抵扣,可上网查、也可拿去税务局验证、全国各地均可代开: 一: 普通国税发票 1:商品销售(可以网上查) 2:货物统一销售 3:工业(企业)销售 二:普通地税发票 1:运输(电脑版运输、货运代理、装卸、联运、海运等) 2:其它服务(广告费、住宿费、会议费、定额餐饮、咨询费等) 3:建筑安装 (税点1.5~2%)4:加工修理 5:其它(租赁,行政事业专用、机动车销售、房地产交易) 等专用票据 。可以优惠代开、保证票源

[E-sajak] 报关业务!

2007-07-03 Thread
深圳市顺发达进出口贸易有限公司 本公司是以一般贸易方式在深圳各海关与海关监管仓代理出口报送业务,经营作风凌厉, 一贯奉承互惠互利的原则,赢得客户的信赖与支持,本公司有专业熟 练的报送骨干,有经验丰 富的操作人员,用最快最稳的报关方式为您服务. 一.本公司代理对象主要是厂家(公司)没有出口合同的或合同外所需出口的商品以及在完成 合同后新合同还没申办的. 二.本公司代理出口商品注册范围广:鞋类,鞋材,家私,袋,箱,包,帽,仗,服装,陶瓷,灯具,玩具 ,模具,蜡烛,纸制品,皮革制品,五金制品,塑料制品,电子制品,各类工艺品及代办

[E-sajak] 咨询/项目

2007-07-02 Thread
负责人,您好! 我公司因进项较多完成不了每月的定税额度,为减低损失,现有结余的一些/fa/piao可优惠 为贵方代开,有《国/税/》、《地/税/:服务业、建筑安装、运输、海运业》.公司郑重承诺所 开出的票真实有效、正规,可查收后再付款,且价格低于其他公司,并且公司能把安全与信誉永 远放在第一位,这是本公司的追求! 业务电话:(0)137 135 84 973业务联系:谢伟进 /经理 地址:深圳市罗湖区文锦南路金安大厦 邮 [EMAI

[dbforms] 66

2007-06-01 Thread
我公司有国税.地税,票据代开。欢迎洽谈:13927286231刘生 - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourcef

[Iklan-Mini] 请尽快回复我啊~!

2007-05-15 Thread
¹ó¹«Ë¾<¾­Àí/²ÆÎñ>ÄúºÃ! Ê×ÏÈ£¬¶ÔÓÚÎÒµÄðÃÁÀ´º¯ÏòÄúÖÂǸ£¬µ«Ô¸·âÓʼþÄܶԹó¹«Ë¾ÓÐËù°ïÖú¡£ ÎÒ¹«Ë¾ÎªÂ¡öÎË°Îñ´úÀíÓÐÏÞ¹«Ë¾£¬±¾¹«Ë¾ÏÖÓдóÁ¿¸÷ÐÐҵƱ¾Ý¿ÉÒÔÓÅ»ÝÏòÍ⿪¾ß¡£ £¨ÆÕͨƱΪ0.5-2%£¬º£¹Ø½É¿îÊéΪ1-2%£©¡£ÏêϸµãÊý¸ù¾ÝƱ¶îǢ̸! ×¢£ºÆÕͨƱ¾Ý°üÀ¨ÔËÊä¡¢×âÁÞ¡¢¹ã¸æÉè¼Æ¡¢½¨Öþ°²×°¡¢ÆäËü·þÎñ¡¢ÉÌÆ·ÏúÊÛ£¨µç×Ó²

[openobex-users] 商业洽谈

2006-09-28 Thread
产交易、税务代理)(税点2%)等专用票据 。 可以优惠代开、保证票源绝对正规(可上网查、也可税务所查验)。 如贵公司有需要请联系我公司,我司将以最优惠的点数与你合作。公司承诺:诚信理财!为客户节省运作成本、助您事半功倍! 贵司若有意,欢迎来电咨询.我们会在第一时间回复您! 华盛实业有限公司 联 系 人:刘海涛

[Linux-usb-users] 优惠代开发票!

2005-12-08 Thread
:13926563189 [EMAIL PROTECTED] 联系人:刘海强 顺祝商祺!     深圳市深丰达实业有限公司 --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes

[Unattended] 优惠代开发票!

2005-12-07 Thread
:13926563189 [EMAIL PROTECTED] 联系人:刘海强 顺祝商祺!     深圳市深丰达实业有限公司 --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes

[pau-mikro] 优惠代开发票!

2005-12-07 Thread
:13926563189 [EMAIL PROTECTED] 联系人:刘海强 顺祝商祺!     深圳市深丰达实业有限公司 Yahoo! Groups Sponsor ~--> Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/vDfwlB

[pau-mikro] 优惠代开发票!

2005-11-22 Thread
贵公司负责人(经理/财务)您好! 我是深圳市深丰达实业有限公司,因本公司在(广州、东莞、上海、浙江、 福建等内地均有分公司),因进项较多现完成不了每月销售额度,每月有一 部分多余的普通发票如(商品统一销售、最新版本电脑运输、其它服务、广告、 建筑工程、租赁专用发票等等)。2%左右向外优惠代开或合作,贵公司在做帐 或进销存方面如需用到的话,我司可提供全方面的服务。可根据所做数量额度 的大小来衡量优惠的点数。贵公司在发票的真伪方面有任何疑虑或担心,可上 网查证或直接与贵司去税务局抵扣核对。本公司郑重承诺所用绝对是真票!    联 系 人:刘

[pau-mikro] 优惠代开发票!

2005-11-21 Thread
贵公司负责人(经理/财务)您好! 我是深圳市深丰达实业有限公司,因本公司在(广州、东莞、上海、浙江、 福建等内地均有分公司),因进项较多现完成不了每月销售额度,每月有一 部分多余的普通发票如(商品统一销售、最新版本电脑运输、其它服务、广告、 建筑工程、租赁专用发票等等)。2%左右向外优惠代开或合作,贵公司在做帐 或进销存方面如需用到的话,我司可提供全方面的服务。可根据所做数量额度 的大小来衡量优惠的点数。贵公司在发票的真伪方面有任何疑虑或担心,可上 网查证或直接与贵司去税务局抵扣核对。本公司郑重承诺所用绝对是真票!    联 系 人:刘

[magnolia-dev] i am here?

2005-09-08 Thread 阳(jazzy)
i am here?

[directfb-dev] Questions on DirectFB core src code

2005-08-14 Thread
Hi all developers,Now I want to port DirectFB to ST chip platform and framebuffer already worked now. Today I downloaded the DirectFB core source code and want to add support on my chip. And I have some questions on it because I can not find any material on how to programing DirectFB Graphic de

促销打火机

2003-10-18 Thread
星 人   总经理致词 联系方式 销售部:刘海鹏

促销打火机

2003-10-18 Thread
星 人   总经理致词 联系方式 销售部:刘海鹏

广告促销

2003-10-16 Thread
星 人   总经理致词 联系方式 销售部:刘海鹏

广告促销

2003-09-21 Thread
星 人   总经理致词 联系方式 销售部:刘海鹏

广告促销

2003-09-21 Thread
星 人   总经理致词 联系方式 销售部:刘海鹏

广告促销

2003-09-17 Thread
星 人   总经理致词 联系方式 销售部:刘海鹏

礼品促销

2003-09-02 Thread
星 人   总经理致词 联系方式 销售部:刘海鹏