在vS2005中WinForm突然无法显示控件的问题
作者:luckstarzb 日期:2010-01-31
DateTimePicker自定义显示年和月
作者:luckstarzb 日期:2010-01-26
今天在做数据分析报表,基准查询条件是年月,用下拉列表可以实现,但我想用日期选择控制实现,在默认情况下DateTimePicker 会显示年月日还有时间,这就需要自定义显示了!
Windows 窗体 DateTimePicker 控件在控件中的日期和时间的显示格式设置方面为您提供了灵活性。Format 属性允许从预定义格式(在 DateTimePickerFormat 中列出)中选择。如果这些预定义格式中没有一个可以满足您的要求,可以使用 CustomFormat 中列出的格式字符创建您自己的格式化样式。
显示自定义格式
Windows 窗体 DateTimePicker 控件在控件中的日期和时间的显示格式设置方面为您提供了灵活性。Format 属性允许从预定义格式(在 DateTimePickerFormat 中列出)中选择。如果这些预定义格式中没有一个可以满足您的要求,可以使用 CustomFormat 中列出的格式字符创建您自己的格式化样式。
显示自定义格式
Provider com.sun.xml.ws.spi.ProviderImpl not foun
作者:luckstarzb 日期:2010-01-18
Using Java SDK framework to execute your first API
作者:luckstarzb 日期:2010-01-18
Ebay API 之UUID
作者:luckstarzb 日期:2010-01-17
UUID作为标识Item的一个选项,要求是32位的数字和字母. 我们可以通过自己写出工具类来生成,也可以通过md5加密来生成(以一个新的时间生成,这样可以确保生成唯一的UUID).
而在ERP系统中,我们往往需要ItemListing与某一个Product关联.我们可以通过定义ProductId(自定义规则),然后通保存在SKU中,然后实现关联,但这种方法需要按一定的规则来联系Product信息记录; 在Paypal返回的信息中,不会返回SKU,但可以返回UUID,这为我们的关联提供了另一个种图径!
JAVA SDK ( old and new versions),
而在ERP系统中,我们往往需要ItemListing与某一个Product关联.我们可以通过定义ProductId(自定义规则),然后通保存在SKU中,然后实现关联,但这种方法需要按一定的规则来联系Product信息记录; 在Paypal返回的信息中,不会返回SKU,但可以返回UUID,这为我们的关联提供了另一个种图径!
JAVA SDK ( old and new versions),
the specified module could not be found 0x8007007e
作者:luckstarzb 日期:2010-01-12
sql server 2005 error:
Cannot connect to WMI provider. You do not have permission or the server is unreachable. Note that you can only manage SQL Server 2005 and later servers with SQL Server Configuration Manager.
The specified module could not be found. [0x8007007e]
Computer localhost does not exist on the network, or the computer cannot be configured remotely. Verify that the remote computer has the required Windows Management Instrumentation components and then try again. (SQLSAC)
Cannot connect to WMI provider. You do not have permission or the server is unreachable. Note that you can only manage SQL Server 2005 and later servers with SQL Server Configuration Manager.
The specified module could not be found. [0x8007007e]
Computer localhost does not exist on the network, or the computer cannot be configured remotely. Verify that the remote computer has the required Windows Management Instrumentation components and then try again. (SQLSAC)
Ebay API 之ShipToLocation
作者:luckstarzb 日期:2010-01-12
ShipToLocation
There is a ShipToLocations at the Item level of the AddItem family of calls and a ShipToLocation inside InternationalShippingServiceOptions. The purpose of this section is to illustrate the difference between the two.
Item-level ShipToLocations
There is a ShipToLocations at the Item level of the AddItem family of calls and a ShipToLocation inside InternationalShippingServiceOptions. The purpose of this section is to illustrate the difference between the two.
Item-level ShipToLocations
sql2008中启用了阴止保存要求重新创建表的更改选项
作者:luckstarzb 日期:2010-01-11
当用户在在SQL Server 2008企业管理器中更改表结构时,必须要先删除原来的表,然后重新创建新表,才能完成表的更改,如果强行更改会出现以下提示: 不允许保存更改。您所做的更改要求删除并重新创建以下表。您对无法重新创建的标进行了更改或者启用了“阻止保存要求重新创建表的更改”选项。
如果要去掉此提示,打开SQL 2008 在最上面
工具-〉选项-〉左侧有个 设计器(designers)-〉表设计器和数据库设计器 -> 阻止保存要求重新创建表的更改(右侧) 把钩去重新启动2008即可!
如果要去掉此提示,打开SQL 2008 在最上面
工具-〉选项-〉左侧有个 设计器(designers)-〉表设计器和数据库设计器 -> 阻止保存要求重新创建表的更改(右侧) 把钩去重新启动2008即可!






